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

Add support to snippetNote #2810

This commit is contained in:
Luis Reinoso
2019-03-12 20:38:55 -05:00
parent 6dc88262c9
commit 052c70bb38

View File

@@ -737,6 +737,8 @@ class SnippetNoteDetail extends React.Component {
enableSmartPaste={config.editor.enableSmartPaste}
hotkey={config.hotkey}
autoDetect={autoDetect}
storageKey={storageKey}
noteKey={note.key}
/>
}
</div>