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 :val position-data
:ignore-touched true :ignore-touched true
:ignore-geometry true}]})))] :ignore-geometry true}]})))]
(dch/commit-changes (when (d/not-empty? changes)
{:redo-changes changes :undo-changes [] (dch/commit-changes
:save-undo? false {:redo-changes changes :undo-changes []
:tags #{:position-data}}))))))) :save-undo? false
:tags #{:position-data}})))))
(rx/take-until stoper-s))))
(->> stream (->> stream
(rx/filter dch/commit?) (rx/filter dch/commit?)