From b770aecf83e92c5b77fa52c69eebbc26f732f67a Mon Sep 17 00:00:00 2001 From: Alexey Koshelev Date: Tue, 2 Dec 2025 00:59:29 +0300 Subject: [PATCH] [common] Fix comment --- apps/common/main/lib/component/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index b224696783..c5e0c5e95a 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -158,7 +158,7 @@ define([ minheight: 0, enableKeyEvents: true, automove: true, - autoPosOnResize: 'none', //center, ratio + autoPosOnResize: 'none', //center, relative transparentMask: false, role: 'dialog' };