mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
UBERF-5453 Do not allow tab navigation from within tables (#4847)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -5,6 +5,7 @@ const canBlur = (editor: Editor, options: FocusOptions): boolean => {
|
||||
options.canBlur?.(editor) ??
|
||||
(!editor.isActive('bulletList') &&
|
||||
!editor.isActive('orderedList') &&
|
||||
!editor.isActive('table') &&
|
||||
!editor.isActive('code') &&
|
||||
!editor.isActive('codeBlock'))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user