mirror of
https://github.com/chinchang/web-maker.git
synced 2025-05-12 13:25:22 +02:00
typo in lightversion condition
This commit is contained in:
parent
95bcd036f1
commit
eadccb5c2e
@ -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'
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user