mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Add more entries to trigger translation table.
This commit is contained in:
parent
e021d074b1
commit
44960845e2
@ -17,6 +17,10 @@
|
|||||||
(case trigger
|
(case trigger
|
||||||
:click :on-click
|
:click :on-click
|
||||||
:hover :on-hover
|
: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}))))
|
(throw (ex-info "not supported at this moment" {:trigger trigger}))))
|
||||||
|
|
||||||
(defn- translate-ease
|
(defn- translate-ease
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user