diff --git a/src/element/textWysiwyg.tsx b/src/element/textWysiwyg.tsx index a062101ad..5859f0aec 100644 --- a/src/element/textWysiwyg.tsx +++ b/src/element/textWysiwyg.tsx @@ -564,10 +564,7 @@ export const textWysiwyg = ({ }); handleSubmit(); }; - if ( - target && - (isTargetColorPicker || isShapeActionsPanel) - ) { + if (target && (isTargetColorPicker || isShapeActionsPanel)) { target.onblur = () => { editable.focus(); };