mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
return invokation of command (#4882)
Co-authored-by: Pontus Lundin <pontus.lundin@klarna.com>
This commit is contained in:
parent
e79523fb8b
commit
677642eda8
@ -99,7 +99,7 @@ export function Suggestion<I = any>({
|
||||
text: state.text,
|
||||
items: [],
|
||||
command: commandProps => {
|
||||
command({
|
||||
return command({
|
||||
editor,
|
||||
range: state.range,
|
||||
props: commandProps,
|
||||
|
Loading…
Reference in New Issue
Block a user