mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 14:26:13 +02:00
🎉 Add preserve scroll option
This commit is contained in:
parent
3d59d31b0a
commit
f913816d87
14 changed files with 94 additions and 12 deletions
|
@ -763,7 +763,8 @@
|
|||
(assoc :delay (get-meta node :delay d/parse-double))
|
||||
|
||||
(cti/has-destination interaction)
|
||||
(assoc :destination (get-meta node :destination uuid/uuid))
|
||||
(assoc :destination (get-meta node :destination uuid/uuid)
|
||||
:preserve-scroll (get-meta node :preserve-scroll str->bool))
|
||||
|
||||
(cti/has-url interaction)
|
||||
(assoc :url (get-meta node :url str))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue