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
|
|
@ -76,6 +76,7 @@ const DocumentEditor = (props: IDocumentEditor) => {
|
|||
setHideDragHandle: setHideDragHandleFunction,
|
||||
}),
|
||||
placeholder,
|
||||
tabIndex,
|
||||
});
|
||||
|
||||
const editorContainerClassNames = getEditorClassNames({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue