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