mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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());
|
UnsavedEdits.set(this._getUnsavedEditKey(), this.getValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
super();
|
super.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
reset() {
|
reset() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue