diff --git a/browser/main/Detail/MarkdownNoteDetail.js b/browser/main/Detail/MarkdownNoteDetail.js index b1e0dd95..be76e35c 100755 --- a/browser/main/Detail/MarkdownNoteDetail.js +++ b/browser/main/Detail/MarkdownNoteDetail.js @@ -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 (