This commit is contained in:
the-djmaze 2022-07-21 21:57:29 +02:00
parent a5caae8991
commit cf71c1a18f
3 changed files with 6 additions and 7 deletions

View file

@ -233,8 +233,8 @@ export class FilterModel extends AbstractModel {
return filter;
}
cloneSelf() {
const filter = new FilterModel();
assignTo(target) {
const filter = target || new FilterModel();
filter.id = this.id;