Skip to content

Commit d4162aa

Browse files
committed
use toolbar on sticky note editor
1 parent 75fd7d7 commit d4162aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export const StickyNoteModal: React.FC<StickyNoteModalProps> = React.memo(
130130
name={translate("noteLabel")}
131131
id={"sticky-note-input"}
132132
mode="markdown"
133+
useToolbar
133134
onChange={(value) => {
134135
refNote.current = value;
135136
}}

0 commit comments

Comments
 (0)