mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-14 02:26:20 +02:00
typo in lightversion condition
This commit is contained in:
@ -1709,7 +1709,7 @@ customEditorFontInput, cssSettingsModal, cssSettingsBtn, acssSettingsTextarea
|
|||||||
autoSaveInterval = null;
|
autoSaveInterval = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
document.body.classList[prefs.lightVersion ? 'add' : 'false'](
|
document.body.classList[prefs.lightVersion ? 'add' : 'remove'](
|
||||||
'light-version'
|
'light-version'
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user