1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +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: '',
content: ''
}, props.note),
isLockButtonShown: true,
isLockButtonShown: false,
isLocked: false,
editorType: props.config.editor.type
}