fix: tab key behaviour fixed for tabIndex containing editors with lists' and code blocks' tab key (#4216)
This commit is contained in:
parent
d307c727ea
commit
1080094b01
6 changed files with 94 additions and 78 deletions
|
|
@ -81,6 +81,7 @@ const RichTextEditor = (props: IRichTextEditor) => {
|
|||
dragDropEnabled,
|
||||
setHideDragHandle: setHideDragHandleFunction,
|
||||
}),
|
||||
tabIndex,
|
||||
mentionHandler,
|
||||
placeholder,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue