mirror of
https://github.com/penpot/penpot.git
synced 2025-07-15 12:55:13 +02:00
🐛 Fix text partial change doesn't show up on another page (#6799)
This commit is contained in:
parent
24e78e6a10
commit
804146ae9a
1 changed files with 7 additions and 0 deletions
|
@ -1808,6 +1808,13 @@
|
||||||
:else
|
:else
|
||||||
(get origin-shape attr)))
|
(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']
|
[roperations' uoperations']
|
||||||
(if skip-operations?
|
(if skip-operations?
|
||||||
[roperations uoperations]
|
[roperations uoperations]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue