mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Add more entries to trigger translation table.
This commit is contained in:
parent
e021d074b1
commit
44960845e2
@ -17,6 +17,10 @@
|
||||
(case trigger
|
||||
:click :on-click
|
||||
:hover :on-hover
|
||||
:doubleclick :on-double-click
|
||||
:rightclick :on-context-menu
|
||||
:mousein :on-mouse-enter
|
||||
:mouseout :on-mouse-leave
|
||||
(throw (ex-info "not supported at this moment" {:trigger trigger}))))
|
||||
|
||||
(defn- translate-ease
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user