mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix a bug with the inheritance model
See https://github.com/meteor/meteor/issues/6162
This commit is contained in:
parent
8ab39f0baf
commit
b8aefedcc3
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ BlazeComponent.extendComponent({
|
|||
UnsavedEdits.set(this._getUnsavedEditKey(), this.getValue());
|
||||
}
|
||||
}
|
||||
super();
|
||||
super.close();
|
||||
}
|
||||
|
||||
reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue