1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-11 00:36:26 +00:00

fix accidental deletion of rtl state

This commit is contained in:
Callum Booth
2020-04-20 08:42:45 +01:00
parent a7ead67c2d
commit d138a54dfd

View File

@@ -51,7 +51,8 @@ class MarkdownNoteDetail extends React.Component {
isLockButtonShown: props.config.editor.type !== 'SPLIT',
isLocked: false,
editorType: props.config.editor.type,
switchPreview: props.config.editor.switchPreview
switchPreview: props.config.editor.switchPreview,
RTL: false
}
this.dispatchTimer = null