Change focus behaviour for mention button in text-editor package (#4163) (#4239)

Signed-off-by: Kira Sotnikov <s8tn1kv@gmail.com>
This commit is contained in:
Kira 2pizza Sotnikov 2023-12-21 20:05:52 +03:00 committed by GitHub
parent 396160a27c
commit 02e5513dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ export const generateDefaultActions = (editorHandler: TextEditorHandler): RefAct
icon: RiMention,
action: () => {
editorHandler.insertText('@')
editorHandler.focus()
},
order: 3000
},