1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add storageKey to MarkdownEditor

This commit is contained in:
asmsuechan
2017-08-09 23:04:39 +09:00
parent 0f745361ad
commit 5e58d457a3
2 changed files with 2 additions and 0 deletions

View File

@@ -519,6 +519,7 @@ class SnippetNoteDetail extends React.Component {
onChange={(e) => this.handleCodeChange(index)(e)}
ref={'code-' + index}
ignorePreviewPointerEvents={this.props.ignorePreviewPointerEvents}
storageKey={storageKey}
/>
: <CodeEditor styleName='tabView-content'
mode={snippet.mode}