From bd9b1306b11b9c426a8d34f7d876604658a2c2dc Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Fri, 26 Jun 2020 17:55:16 +0200 Subject: [PATCH] fix missing isStacking flag --- browser/main/Detail/MarkdownNoteDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (