mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 16:09:17 -05: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
|
||||
(watch [it 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)
|
||||
|
||||
changes (reduce
|
||||
|
|
Loading…
Add table
Reference in a new issue