0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

🐛 Fix linter error

This commit is contained in:
Andrés Moya 2021-07-28 16:23:15 +02:00
parent 53620b9f1b
commit 80ab6bbda2

View file

@ -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))]