mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 10:17:19 +02:00
✨ Enhance modal of convert graphics into components
This commit is contained in:
parent
879c477ada
commit
cc60cfc86d
6 changed files with 191 additions and 16 deletions
|
@ -596,6 +596,10 @@
|
|||
[]
|
||||
(.back (.-history js/window)))
|
||||
|
||||
(defn reload-current-window
|
||||
[]
|
||||
(.reload (.-location js/window)))
|
||||
|
||||
(defn animate!
|
||||
([item keyframes duration] (animate! item keyframes duration nil))
|
||||
([item keyframes duration onfinish]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue