mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 01:21:21 -05:00
🐛 Fix linter error
This commit is contained in:
parent
53620b9f1b
commit
80ab6bbda2
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@
|
||||||
(st/emit! (dwt/focus-editor))))
|
(st/emit! (dwt/focus-editor))))
|
||||||
|
|
||||||
handle-pasted-text
|
handle-pasted-text
|
||||||
(fn [text _ editor]
|
(fn [text _ _]
|
||||||
(let [style (ted/get-editor-current-inline-styles state)
|
(let [style (ted/get-editor-current-inline-styles state)
|
||||||
state (-> (ted/insert-text state text style)
|
state (-> (ted/insert-text state text style)
|
||||||
(handle-change))]
|
(handle-change))]
|
||||||
|
|
Loading…
Add table
Reference in a new issue