mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Fix undefined variables errors
This commit is contained in:
parent
3643bd4996
commit
77069a36cd
2 changed files with 6 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ InlinedForm = BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
open(evt) {
|
||||
evt.preventDefault();
|
||||
evt && evt.preventDefault();
|
||||
|
||||
// Close currently opened form, if any
|
||||
EscapeActions.executeUpTo('inlinedForm');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue