We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced3460 commit eb61ce2Copy full SHA for eb61ce2
browser/components/MarkdownEditor.js
@@ -84,7 +84,7 @@ class MarkdownEditor extends React.Component {
84
}
85
eventEmitter.emit('topbar:togglelockbutton', this.state.status)
86
87
- const newConfig = Object.assign({}, this.props.config)
+ const newConfig = Object.assign({}, config)
88
newConfig.editor.delfaultStatus = newStatus
89
ConfigManager.set(newConfig)
90
})
0 commit comments