mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 08:39:58 +02:00
This commit prevents multiple registrations of the `ZenWorkspacesEngine`. Previously, the `ZenWorkspacesEngine` was registered unconditionally every time `ZenWorkspaces` was initialized. This could lead to issues if the engine was already registered. This commit adds a check to ensure that the engine is only registered if it is not already present. This prevents multiple registrations and ensures that the engine is only initialized once. |
||
---|---|---|
.. | ||
actors | ||
ZenCommonUtils.mjs | ||
ZenCompactMode.mjs | ||
ZenKeyboardShortcuts.mjs | ||
ZenProfileDialogUI.mjs | ||
ZenSidebarManager.mjs | ||
ZenTabUnloader.mjs | ||
ZenThemeBuilder.mjs | ||
ZenThemesCommon.mjs | ||
ZenThemesImporter.mjs | ||
ZenViewSplitter.mjs | ||
ZenWorkspaces.mjs | ||
ZenWorkspacesStorage.mjs | ||
ZenWorkspacesSync.mjs |