feat: Added empty splits support and more urlbar actions, b=no-bug, c=workspaces, common, kbs, split-view, tests

This commit is contained in:
Mr. M
2025-09-14 17:41:12 +02:00
parent 471de3a25f
commit e6882a42d6
15 changed files with 217 additions and 53 deletions

View File

@@ -111,7 +111,7 @@ export var ZenCustomizableUI = new (class {
return;
}
const popup = window.document.getElementById('zenCreateNewPopup');
popup.openPopup(button, 'after_start');
popup.openPopup(button, 'before_start');
});
}