mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-01 10:07:52 +01:00
Update textWysiwyg.tsx
This commit is contained in:
@@ -546,8 +546,7 @@ export const textWysiwyg = ({
|
||||
(target instanceof HTMLElement || target instanceof SVGElement) &&
|
||||
(target.closest(`.${CLASSES.SHAPE_ACTIONS_MENU}`) ||
|
||||
target.closest(`.${CLASSES.SHAPE_ACTIONS_MOBILE_MENU}`) ||
|
||||
target.closest(`.${CLASSES.MOBILE_TOOLBAR}`)) &&
|
||||
!isWritableElement(target);
|
||||
target.closest(`.${CLASSES.MOBILE_TOOLBAR}`));
|
||||
|
||||
setTimeout(() => {
|
||||
editable.onblur = () => {
|
||||
|
||||
Reference in New Issue
Block a user