Skip to content

Commit 3b110bc

Browse files
committed
WIP
1 parent c5de940 commit 3b110bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/Detail/MarkdownNoteDetail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MarkdownNoteDetail extends React.Component {
4141
title: '',
4242
content: ''
4343
}, props.note),
44-
isLockButtonShown: true,
44+
isLockButtonShown: false,
4545
isLocked: false,
4646
editorType: props.config.editor.type
4747
}

0 commit comments

Comments
 (0)