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
d3cbceb7fa
commit
531829d95e
1 changed files with 4 additions and 1 deletions
|
@ -564,7 +564,10 @@ export const textWysiwyg = ({
|
||||||
});
|
});
|
||||||
handleSubmit();
|
handleSubmit();
|
||||||
};
|
};
|
||||||
if (target && isTargetColorPicker) {
|
if (
|
||||||
|
target &&
|
||||||
|
(isTargetColorPicker || isShapeActionsPanel)
|
||||||
|
) {
|
||||||
target.onblur = () => {
|
target.onblur = () => {
|
||||||
editable.focus();
|
editable.focus();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue