Merge pull request #8016 from penpot/alotor-fix-refresh-thumbnails

🐛 Fix problem with thumbnail regeneration
This commit is contained in:
Alejandro Alonso 2026-01-05 13:21:34 +01:00 committed by GitHub
commit 523a97a4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -432,10 +432,12 @@
:val position-data
:ignore-touched true
:ignore-geometry true}]})))]
(dch/commit-changes
{:redo-changes changes :undo-changes []
:save-undo? false
:tags #{:position-data}})))))))
(when (d/not-empty? changes)
(dch/commit-changes
{:redo-changes changes :undo-changes []
:save-undo? false
:tags #{:position-data}})))))
(rx/take-until stoper-s))))
(->> stream
(rx/filter dch/commit?)