1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

[update] move default value of the customCSS field to ConfigManager

This commit is contained in:
Kazumi Harada
2019-06-08 18:07:26 +09:00
committed by Junyoung Choi
parent c012bbd54a
commit 3f96587a70
2 changed files with 1 additions and 2 deletions

View File

@@ -883,7 +883,6 @@ class UiTab extends React.Component {
onChange={e => this.handleUIChange(e)}
ref={e => (this.customCSSCM = e)}
value={config.preview.customCSS}
defaultValue={'/* Drop Your Custom CSS Code Here */\n'}
options={{
lineNumbers: true,
mode: 'css',