From 80ab6bbda2acffa3285b5975f9467d4993859edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 28 Jul 2021 16:23:15 +0200 Subject: [PATCH] :bug: Fix linter error --- frontend/src/app/main/ui/workspace/shapes/text/editor.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))]