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
@@ -234,7 +234,6 @@ export default () => {
`,
children: [Widget.EventBox({
hexpand: true,
vexpand: true,
onPrimaryClick: () => {
App.closeWindow('overview');
Utils.timeout(POPUP_CLOSE_TIME, () => Hyprland.messageAsync(`dispatch workspace ${index}`));