Add library names to handoff views

This commit is contained in:
alonso.torres 2020-11-03 10:54:37 +01:00 committed by Hirunatan
parent 833a53f131
commit 8ae52be773
9 changed files with 169 additions and 66 deletions

View file

@ -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