mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 01:31:39 +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
|
||||
: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…
Add table
Add a link
Reference in a new issue