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