mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 19:32:52 +02:00
Merge pull request #1902 from penpot/palba-fix-artboards-thumbnail-another-page
🐛 Fix artboards thumbnail in another page
This commit is contained in:
commit
a3935953f7
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
Add a link
Reference in a new issue