mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fix: #288 Fixed Snippet tabs overwriting other tabs when closed
This commit is contained in:
@@ -201,6 +201,7 @@ export default class CodeEditor extends React.Component {
|
||||
this.editor.setValue(this.props.value)
|
||||
this.editor.clearHistory()
|
||||
this.editor.on('change', this.changeHandler)
|
||||
this.editor.refresh()
|
||||
}
|
||||
|
||||
setValue (value) {
|
||||
|
||||
Reference in New Issue
Block a user