fix weird abrupt change (#403)

This commit is contained in:
end-4
2024-04-12 15:13:24 +07:00
parent 38853d4486
commit bce0025cf7
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default (id = '') => PopupWindow({
// exclusivity: 'ignore',
keymode: 'exclusive',
visible: false,
anchor: ['top'],
anchor: ['top', 'bottom'],
layer: 'overlay',
child: Widget.Box({
vertical: true,