mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 13:18:29 +00:00
🐛 Fix text partial change doesn't show up on another page (#6799)
This commit is contained in:
parent
24e78e6a10
commit
804146ae9a
@ -1808,6 +1808,13 @@
|
||||
:else
|
||||
(get origin-shape attr)))
|
||||
|
||||
;; On a text-partial-change, we want to force a position-data reset
|
||||
;; so it's calculated again
|
||||
[roperations uoperations]
|
||||
(if text-partial-change?
|
||||
(add-update-attr-operations :position-data dest-shape roperations uoperations nil)
|
||||
[roperations uoperations])
|
||||
|
||||
[roperations' uoperations']
|
||||
(if skip-operations?
|
||||
[roperations uoperations]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user