This commit is contained in:
yumoqing 2025-11-12 14:54:08 +08:00
parent 7bddf6e66c
commit 04aadcbcdd

View File

@ -599,6 +599,7 @@ bricks.App = class extends bricks.Layout {
event.preventDefault();
event.stopPropagation()
var opts = bricks.get_popup_default_options();
opts.auto_open = false;
this.wins_panel = new bricks.WindowsPanel(opts);
this.wins_panel.open();
}