1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00
This commit is contained in:
Miguel Teixeira
2018-12-13 11:55:04 +00:00
parent c5de940946
commit 3b110bcd4b

View File

@@ -41,7 +41,7 @@ class MarkdownNoteDetail extends React.Component {
title: '', title: '',
content: '' content: ''
}, props.note), }, props.note),
isLockButtonShown: true, isLockButtonShown: false,
isLocked: false, isLocked: false,
editorType: props.config.editor.type editorType: props.config.editor.type
} }