Skip to content

Commit d138a54

Browse files
author
Callum Booth
committed
fix accidental deletion of rtl state
1 parent a7ead67 commit d138a54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser/main/Detail/MarkdownNoteDetail.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ class MarkdownNoteDetail extends React.Component {
5151
isLockButtonShown: props.config.editor.type !== 'SPLIT',
5252
isLocked: false,
5353
editorType: props.config.editor.type,
54-
switchPreview: props.config.editor.switchPreview
54+
switchPreview: props.config.editor.switchPreview,
55+
RTL: false
5556
}
5657

5758
this.dispatchTimer = null

0 commit comments

Comments
 (0)