mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 05:28:28 +02:00
✨ Allow send multiple team invitations at once
This commit is contained in:
parent
087d896569
commit
1cf9ad55c6
13 changed files with 287 additions and 54 deletions
|
@ -35,6 +35,7 @@
|
|||
(def altKey? (is-key? "Alt"))
|
||||
(def ctrlKey? (or (is-key? "Control")
|
||||
(is-key? "Meta")))
|
||||
(def comma? (is-key? ","))
|
||||
|
||||
(defn editing? [e]
|
||||
(.-editing ^js e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue