Skip to content

Commit

Permalink
Bring settings to front
Browse files Browse the repository at this point in the history
Co-authored-by: T4rikA <[email protected]>
  • Loading branch information
linusha and T4rikA committed Jun 8, 2021
1 parent ed4bdcd commit 147b3eb
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 @@ -866,8 +866,7 @@ export class InteractivesEditor extends QinoqMorph {
name: 'open interactive settings',
exec: () => {
if (this.settings) {
this.settings.bringToFront();
this.settings.show();
this.settings.owner.activate();
return;
}
this.settings = new Settings({
Expand Down

0 comments on commit 147b3eb

Please sign in to comment.