mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 16:11:38 +02:00
Add more entries to trigger translation table.
This commit is contained in:
parent
e021d074b1
commit
44960845e2
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue