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

Fixed bug where icon was hidden

This commit is contained in:
Miguel Teixeira
2018-12-12 18:19:41 +00:00
parent 2943c5fafb
commit c5de940946

View File

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