Fixed extra width on right side compact mode and sidebar toolbar being hidden in fullscreen mode

This commit is contained in:
mauro-balades
2024-09-25 17:49:15 +02:00
parent e9f938fb4b
commit 71c20bdf98
4 changed files with 7 additions and 9 deletions

View File

@@ -669,11 +669,12 @@ var zenMissingKeyboardShortcutL10n = {
var gZenCKSSettings = {
async init() {
document.getElementById(ZEN_CKS_WRAPPER_ID).innerHTML = '';
await this._initializeCKS();
if (this.__hasInitialized) return;
this.__hasInitialized = true;
this._currentActionID = null;
this._initializeEvents();
await this._initializeCKS();
},
_initializeEvents() {