mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
parent
9d3271b731
commit
3ed00f3db7
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ InlinedForm = BlazeComponent.extendComponent({
|
|||
currentlyOpenedForm.set(null);
|
||||
},
|
||||
|
||||
open() {
|
||||
open(evt) {
|
||||
evt.preventDefault();
|
||||
|
||||
// Close currently opened form, if any
|
||||
EscapeActions.executeUpTo('inlinedForm');
|
||||
this.isOpen.set(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue