diff --git a/src/TextView.ts b/src/TextView.ts index ca1a3334d..0383bc39e 100644 --- a/src/TextView.ts +++ b/src/TextView.ts @@ -92,7 +92,7 @@ class TextView implements TextViewInterface { document.querySelectorAll('.syl.selected .sylTextRect-display') .forEach((rect: HTMLElement) => { rect.style.fill = 'red'; }); - if (this.neonView.getUserMode() !== 'viewer' && this.neonView.TextEdit !== undefined) { + if (this.neonView.TextEdit !== undefined) { this.neonView.TextEdit.initSelectByBBoxButton(); }