File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ impl NotationKnowledgeBase {
1515 app. init_resource :: < IndexPanel > ( ) ;
1616 app. add_startup_system ( Self :: setup_state) ;
1717 TabPlugin :: setup_mouse_input ( app) ;
18+ #[ cfg( target_arch = "wasm32" ) ]
19+ notation_bevy:: prelude:: StereoStream :: init_streaming ( app, true ) ;
1820 app. add_system_set (
1921 SystemSet :: on_update ( NotationAssetsStates :: Loaded )
2022 . with_system ( IndexPanel :: hack_settings)
Original file line number Diff line number Diff line change @@ -147,6 +147,6 @@ impl ScalePage {
147147 )
148148 }
149149 pub fn check_reload ( & self , tab : & Tab ) -> bool {
150- self . scale != tab. meta . scale || self . key != tab. meta . key
150+ self . scale != tab. meta . scale || self . key != tab. meta . key || tab . bars . len ( ) == 0
151151 }
152152}
You can’t perform that action at this time.
0 commit comments