We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fd7d7 commit d4162aaCopy full SHA for d4162aa
1 file changed
src/cmem/react-flow/StickyNoteModal/StickyNoteModal.tsx
@@ -130,6 +130,7 @@ export const StickyNoteModal: React.FC<StickyNoteModalProps> = React.memo(
130
name={translate("noteLabel")}
131
id={"sticky-note-input"}
132
mode="markdown"
133
+ useToolbar
134
onChange={(value) => {
135
refNote.current = value;
136
}}
0 commit comments