mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-25 18:31:15 +02:00
Update textWysiwyg.tsx
This commit is contained in:
@@ -564,10 +564,7 @@ export const textWysiwyg = ({
|
|||||||
});
|
});
|
||||||
handleSubmit();
|
handleSubmit();
|
||||||
};
|
};
|
||||||
if (
|
if (target && (isTargetColorPicker || isShapeActionsPanel)) {
|
||||||
target &&
|
|
||||||
(isTargetColorPicker || isShapeActionsPanel)
|
|
||||||
) {
|
|
||||||
target.onblur = () => {
|
target.onblur = () => {
|
||||||
editable.focus();
|
editable.focus();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user