File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "picker" : "{% static 'js/editor/picker.mjs' %}" ,
2828 "saveAndLoadHandler" : "{% static 'js/editor/saveAndLoadHandler.mjs' %}" ,
2929 "bulkObjectCommands" : "{% static 'js/commands/bulkObjectCommands.mjs' %}" ,
30+ "overviewHandler" : "{% static 'js/editor/overviewHandler.mjs' %}" ,
3031 "editor" : "{% static 'js/editor/editor.mjs' %}" ,
3132 "objectManager" : "{% static 'js/editor/objectManager.mjs' %}" ,
3233 "quickSelector" : "{% static 'js/editor/quickSelector.mjs' %}" ,
Original file line number Diff line number Diff line change 1818 "picker" : [" static/js/editor/picker.mjs" ],
1919 "saveAndLoadHandler" : [" static/js/editor/saveAndLoadHandler.mjs" ],
2020 "bulkObjectCommands" : [" static/js/commands/bulkObjectCommands.mjs" ],
21- "overview " : [" static/js/editor/overview .mjs" ],
21+ "overviewHandler " : [" static/js/editor/overviewHandler .mjs" ],
2222 "editor" : [" static/js/editor/editor.mjs" ],
2323 "objectManager" : [" static/js/editor/objectManager.mjs" ],
2424 "quickSelector" : [" static/js/editor/quickSelector.mjs" ],
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ViewHelper } from "compass";
33import { UndoRedoHandler } from "undoRedoHandler" ;
44import { SaveAndLoadHandler } from "saveAndLoadHandler" ;
55import { Navbar } from "navbar" ;
6- import { OverviewHandler } from "overview " ;
6+ import { OverviewHandler } from "overviewHandler " ;
77import { Picker } from "picker" ;
88import { ProjectSettingsManager } from "projectSettingsManager" ;
99import { ObjectManager } from "objectManager" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments