1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-23 21:57:16 +00:00

Merge branch 'master' into monokai_theme

This commit is contained in:
William Grant
2018-04-27 09:06:11 +02:00
39 changed files with 816 additions and 201 deletions

View File

@@ -289,6 +289,7 @@ class MarkdownNoteDetail extends React.Component {
config={config}
value={note.content}
storageKey={note.storage}
noteKey={note.key}
onChange={this.handleUpdateContent.bind(this)}
ignorePreviewPointerEvents={ignorePreviewPointerEvents}
/>
@@ -298,6 +299,7 @@ class MarkdownNoteDetail extends React.Component {
config={config}
value={note.content}
storageKey={note.storage}
noteKey={note.key}
onChange={this.handleUpdateContent.bind(this)}
ignorePreviewPointerEvents={ignorePreviewPointerEvents}
/>