summaryrefslogtreecommitdiffstats
path: root/client/lib
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib')
-rw-r--r--client/lib/inlinedform.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/lib/inlinedform.js b/client/lib/inlinedform.js
index bfca3983..56768a13 100644
--- a/client/lib/inlinedform.js
+++ b/client/lib/inlinedform.js
@@ -29,7 +29,7 @@ InlinedForm = BlazeComponent.extendComponent({
},
open(evt) {
- evt.preventDefault();
+ evt && evt.preventDefault();
// Close currently opened form, if any
EscapeActions.executeUpTo('inlinedForm');