Skip to content

Commit

Permalink
Fix rebasing issue and remove debugger
Browse files Browse the repository at this point in the history
Co-authored-by: frcroth <[email protected]>
Co-authored-by: Paula-Kli <[email protected]>
  • Loading branch information
3 people committed Jun 14, 2021
1 parent c613af0 commit 93ed418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class InteractivesEditor extends QinoqMorph {
});

this.ui.menuBar = new MenuBar({
extent: pt(CONSTANTS.EDITOR_WIDTH, CONSTANTS.MENU_BAR_HEIGHT)
extent: pt(CONSTANTS.EDITOR_WIDTH, CONSTANTS.MENU_BAR_HEIGHT),
_editor: this,
borderWidth: {
bottom: CONSTANTS.BORDER_WIDTH,
Expand Down Expand Up @@ -242,7 +242,6 @@ export class InteractivesEditor extends QinoqMorph {
this.ui.preview.extent =
pt(extent.x - this.ui.interactiveGraph.width - this.ui.inspector.width,
topWindowHeight);
debugger;
this.ui.preview.position =
pt(this.ui.interactiveGraph.right +
(this.ui.inspector.left -
Expand Down

0 comments on commit 93ed418

Please sign in to comment.