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

re-add missing isStacking flag

This commit is contained in:
Baptiste Augrain
2020-06-26 03:07:25 +02:00
parent 87a530612f
commit 0ca18d8ca5

View File

@@ -474,6 +474,7 @@ class MarkdownNoteDetail extends React.Component {
value={note.content}
storageKey={note.storage}
noteKey={note.key}
isStacking={isStacking}
linesHighlighted={note.linesHighlighted}
onChange={this.handleUpdateContent}
ignorePreviewPointerEvents={ignorePreviewPointerEvents}