|
|
@@ -233,7 +233,8 @@
|
|
|
(when (and (not (util/input? (gobj/get e "target")))
|
|
|
(not (gobj/get e "shiftKey"))
|
|
|
(not (gobj/get e "ctrlKey"))
|
|
|
- (not (gobj/get e "altKey")))
|
|
|
+ (not (gobj/get e "altKey"))
|
|
|
+ (not (gobj/get e "metaKey")))
|
|
|
(when-let [repo-url (state/get-current-repo)]
|
|
|
(if (and
|
|
|
(not (state/get-edit-input-id))
|