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

fix missing isStacking flag

This commit is contained in:
Baptiste Augrain
2020-06-26 17:55:16 +02:00
parent 0ca18d8ca5
commit bd9b1306b1

View File

@@ -448,7 +448,7 @@ class MarkdownNoteDetail extends React.Component {
renderEditor() {
const { config, ignorePreviewPointerEvents } = this.props
const { note } = this.state
const { note, isStacking } = this.state
if (this.state.editorType === 'EDITOR_PREVIEW') {
return (