overview: better click-to-close

This commit is contained in:
end-4
2024-04-30 09:29:04 +07:00
parent 4590bbf08f
commit 7c2ce5064c
+1 -1
View File
@@ -7,7 +7,7 @@ export default (id = '') => PopupWindow({
// exclusivity: 'ignore', // exclusivity: 'ignore',
keymode: 'exclusive', keymode: 'exclusive',
visible: false, visible: false,
anchor: ['top', 'bottom'], anchor: ['top'],
layer: 'overlay', layer: 'overlay',
child: Widget.Box({ child: Widget.Box({
vertical: true, vertical: true,