Rewrite scene switching logic (with bugs!!)
This commit is contained in:
@@ -29,7 +29,6 @@ APP.UI.pauseAudio = function(triggerSelector) {
|
||||
// You can place here UI setup (HTML), events handling, etc.
|
||||
APP.setup = ()=>{
|
||||
Map.init('map');
|
||||
Scene.toggleScene('back');
|
||||
APP.UI.pauseAudio('[data-bs-dismiss="modal"');
|
||||
//APP.UI.showClipper('#clipper');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user