mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 12:58:55 +00:00
Merge pull request #8016 from penpot/alotor-fix-refresh-thumbnails
🐛 Fix problem with thumbnail regeneration
This commit is contained in:
commit
523a97a4ec
@ -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?)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user