From 28b9e1bbd0c04e48c11f960b469fad90bd111a6d Mon Sep 17 00:00:00 2001 From: Linus Hagemann Date: Tue, 8 Jun 2021 16:10:27 +0200 Subject: [PATCH] Bring settings to front Co-authored-by: T4rikA --- editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.js b/editor.js index fc34aa848..b56a66d2d 100644 --- a/editor.js +++ b/editor.js @@ -866,8 +866,8 @@ export class InteractivesEditor extends QinoqMorph { name: 'open interactive settings', exec: () => { if (this.settings) { - this.settings.bringToFront(); - this.settings.show(); + this.settings.owner.bringToFront(); + this.settings.owner.show(); return; } this.settings = new Settings({