Fixed 'cancel' button for workspaces creation

This commit is contained in:
mr. M 2024-10-19 12:48:04 +02:00
parent c79de8b430
commit 84f7be7948
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -651,6 +651,11 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
}
closeWorkspacesSubView() {
let parentPanel = document.getElementById('PanelUI-zen-workspaces-multiview');
parentPanel.goBack(parentPanel);
}
// Workspaces management
get _workspaceCreateInput() {