mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
✨ Track copy shared link event
This commit is contained in:
parent
bd2a3e197a
commit
9fd36526ef
1 changed files with 3 additions and 1 deletions
|
@ -137,7 +137,9 @@
|
|||
(st/emit! (msg/show {:type :info
|
||||
:notification-type :toast
|
||||
:content (tr "common.share-link.link-copied-success")
|
||||
:timeout 1000})))
|
||||
:timeout 1000})
|
||||
(ptk/event ::ev/event {::ev/name "copy-share-link"
|
||||
::ev/origin "viewer"})))
|
||||
|
||||
try-delete-link
|
||||
(fn [_]
|
||||
|
|
Loading…
Add table
Reference in a new issue