fix(extension/bubble-menu): 🐛 fix bubble menu and floating menu being available when editor not editable (#3195)

This commit is contained in:
Dominik
2022-09-14 02:05:36 +02:00
committed by GitHub
parent b896cc2439
commit fa96749ce2
7 changed files with 58 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ export class FloatingMenuView {
|| !empty
|| !isRootDepth
|| !isEmptyTextBlock
|| !this.editor.isEditable
) {
return false
}