diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs index 7ad7c0186a..0d16dd4664 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs @@ -713,7 +713,7 @@ (mf/use-fn (mf/deps on-change wrap-type ids) (fn [value event attr] - (let [on-change-fn #((on-change (= "nowrap" wrap-type) attr % event))] + (let [on-change-fn #(on-change (= "nowrap" wrap-type) attr % event)] (soc/emit-value-or-token value on-change-fn ids #{attr})))) on-detach-token