mirror of
https://github.com/penpot/penpot.git
synced 2025-10-04 22:17:24 +00:00
🐛 Fix linter error
This commit is contained in:
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user