Allow send multiple team invitations at once

This commit is contained in:
Pablo Alba 2022-02-23 21:09:10 +01:00 committed by Andrey Antukh
parent 087d896569
commit 1cf9ad55c6
13 changed files with 287 additions and 54 deletions

View file

@ -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))