return invokation of command (#4882)

Co-authored-by: Pontus Lundin <pontus.lundin@klarna.com>
This commit is contained in:
Pontus Lundin 2024-04-06 19:02:55 +02:00 committed by GitHub
parent e79523fb8b
commit 677642eda8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ export function Suggestion<I = any>({
text: state.text,
items: [],
command: commandProps => {
command({
return command({
editor,
range: state.range,
props: commandProps,