diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs index 22f79291d5..c1d9424574 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs @@ -500,13 +500,7 @@ :values values :on-change on-change :show-recent true - :on-blur - (fn [] - (ts/schedule - 100 - (fn [] - (when (not= "INPUT" (-> (dom/get-active) dom/get-tag-name)) - (dom/focus! (txu/get-text-editor-content))))))}]) + :on-blur on-text-blur}]) [:div {:class (stl/css :text-align-options)} [:> text-align-options* common-props]