mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 16:40:00 +02:00
Refactor ZenWorkspaces to fix issue with workspace icon picker positioning
This commit is contained in:
parent
612abc81e7
commit
53317969bf
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||||
onWorkspaceIconContainerClick(event) {
|
onWorkspaceIconContainerClick(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
const picker = document.getElementById('PanelUI-zen-workspaces-icon-picker');
|
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() {
|
closeWorkspacesSubView() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue