mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update textWysiwyg.tsx
This commit is contained in:
parent
531829d95e
commit
13309a66c5
1 changed files with 1 additions and 4 deletions
|
@ -564,10 +564,7 @@ export const textWysiwyg = ({
|
|||
});
|
||||
handleSubmit();
|
||||
};
|
||||
if (
|
||||
target &&
|
||||
(isTargetColorPicker || isShapeActionsPanel)
|
||||
) {
|
||||
if (target && (isTargetColorPicker || isShapeActionsPanel)) {
|
||||
target.onblur = () => {
|
||||
editable.focus();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue