0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

📎 Fix linter issues on frontend

This commit is contained in:
Andrey Antukh 2023-03-19 23:26:48 +01:00
parent 47e3279302
commit dbc08ba80f
2 changed files with 1 additions and 2 deletions

View file

@ -104,7 +104,6 @@
(defn created-thread-on-viewer
[{:keys [id comment page-id] :as thread}]
(ptk/reify ::created-thread-on-viewer
ptk/UpdateEvent
(update [_ state]

View file

@ -196,7 +196,7 @@
(shift-select-shapes id nil))
([id objects]
(ptk/reify ::shift-select-shapes
(ptk/reify ::shift-select-shapes-2
ptk/UpdateEvent
(update [_ state]
(let [objects (or objects (wsh/lookup-page-objects state))