diff --git a/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs b/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs index 1f74c8e28..db9d70aad 100644 --- a/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/text/editor.cljs @@ -188,7 +188,7 @@ (st/emit! (dwt/focus-editor)))) handle-pasted-text - (fn [text _ editor] + (fn [text _ _] (let [style (ted/get-editor-current-inline-styles state) state (-> (ted/insert-text state text style) (handle-change))]