From 53317969bff9ca706a8ff452a351bba0922657c0 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 15 Oct 2024 09:38:48 +0200 Subject: [PATCH] Refactor ZenWorkspaces to fix issue with workspace icon picker positioning --- src/ZenWorkspaces.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZenWorkspaces.mjs b/src/ZenWorkspaces.mjs index 67cc965..a61762f 100644 --- a/src/ZenWorkspaces.mjs +++ b/src/ZenWorkspaces.mjs @@ -275,7 +275,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature { onWorkspaceIconContainerClick(event) { event.preventDefault(); const picker = document.getElementById('PanelUI-zen-workspaces-icon-picker'); - picker.openPopup(event.target, 'after_start', 0, 0, false, false); + picker.openPopup(event.target, 'bottomleft topleft', 0, 0, true, false, event); } closeWorkspacesSubView() {