fix: tab key behaviour fixed for tabIndex containing editors with lists' and code blocks' tab key (#4216)

This commit is contained in:
M. Palanikannan 2024-04-16 21:48:30 +05:30 committed by GitHub
parent d307c727ea
commit 1080094b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 94 additions and 78 deletions

View file

@ -81,6 +81,7 @@ const RichTextEditor = (props: IRichTextEditor) => {
dragDropEnabled,
setHideDragHandle: setHideDragHandleFunction,
}),
tabIndex,
mentionHandler,
placeholder,
});