fix: Fixed closing and reopening zen turning tabs into blank states when having multiple windows, b=bug #11831, c=split-view

This commit is contained in:
mr. m
2026-01-08 20:48:38 +01:00
parent 7e7d860c9e
commit f39faf6638
3 changed files with 26 additions and 16 deletions

View File

@@ -4,4 +4,10 @@
#include zen-commands.inc.xhtml
<keyset id="zenKeyset"></keyset>
<keyset id="zenKeyset">
# Prefetch these keys because they are being used by the native menu bar
# and they need to be available even before the XUL is fully loaded and
# our KBS sysmtem is initialized.
<key id="zen-workspace-forward" />
<key id="zen-workspace-backward" />
</keyset>