mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:31:38 +02:00
✨ Add library names to handoff views
This commit is contained in:
parent
833a53f131
commit
8ae52be773
9 changed files with 169 additions and 66 deletions
|
@ -22,7 +22,7 @@
|
|||
(fn []
|
||||
(when @just-copied
|
||||
(let [sub (timers/schedule 1000 #(reset! just-copied false))]
|
||||
;; On umounto we dispose the timer
|
||||
;; On unmount we dispose the timer
|
||||
#(rx/-dispose sub)))))
|
||||
|
||||
[:button.copy-button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue