mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:39:58 +02:00
Fixed 'cancel' button for workspaces creation
This commit is contained in:
parent
c79de8b430
commit
84f7be7948
1 changed files with 5 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue