Bugfix handling of RainLoop Sieve script

This commit is contained in:
the-djmaze 2024-01-03 02:41:42 +01:00
parent f3935b1df4
commit a96ff94c6f
5 changed files with 35 additions and 11 deletions

View file

@ -25,7 +25,7 @@ export class AbstractModel {
throw new Error("Can't instantiate AbstractModel!");
}
*/
this.disposables = [];
Object.defineProperty(this, 'disposables', {value: []});
}
addObservables(observables) {