mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 17:36:34 +00:00
Fixed extra width on right side compact mode and sidebar toolbar being hidden in fullscreen mode
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user