mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
🐛 Fix artboards thumbnail in another page
This commit is contained in:
parent
15418a252e
commit
448e0dd415
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [it state _]
|
(watch [it state _]
|
||||||
(let [page-id (or page-id (:current-page-id state))
|
(let [page-id (or page-id (:current-page-id state))
|
||||||
objects (wsh/lookup-page-objects state)
|
objects (wsh/lookup-page-objects state page-id)
|
||||||
ids (into [] (filter some?) ids)
|
ids (into [] (filter some?) ids)
|
||||||
|
|
||||||
changes (reduce
|
changes (reduce
|
||||||
|
|
Loading…
Add table
Reference in a new issue