1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

Merge branch 'master' into date-iso8601

This commit is contained in:
Junyoung Choi
2020-07-20 19:42:08 +09:00
13 changed files with 420 additions and 47 deletions

View File

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