mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 15:55:54 +02:00
📎 Fix linter issues on frontend
This commit is contained in:
parent
47e3279302
commit
dbc08ba80f
2 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,6 @@
|
||||||
|
|
||||||
(defn created-thread-on-viewer
|
(defn created-thread-on-viewer
|
||||||
[{:keys [id comment page-id] :as thread}]
|
[{:keys [id comment page-id] :as thread}]
|
||||||
|
|
||||||
(ptk/reify ::created-thread-on-viewer
|
(ptk/reify ::created-thread-on-viewer
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
|
|
|
@ -196,7 +196,7 @@
|
||||||
(shift-select-shapes id nil))
|
(shift-select-shapes id nil))
|
||||||
|
|
||||||
([id objects]
|
([id objects]
|
||||||
(ptk/reify ::shift-select-shapes
|
(ptk/reify ::shift-select-shapes-2
|
||||||
ptk/UpdateEvent
|
ptk/UpdateEvent
|
||||||
(update [_ state]
|
(update [_ state]
|
||||||
(let [objects (or objects (wsh/lookup-page-objects state))
|
(let [objects (or objects (wsh/lookup-page-objects state))
|
||||||
|
|
Loading…
Add table
Reference in a new issue