This commit is contained in:
the-djmaze 2024-10-08 17:49:21 +02:00
parent 28a8e3c157
commit 6f2f40b983
5 changed files with 138 additions and 20 deletions

View file

@ -66,7 +66,7 @@ export class FilterPopupView extends rl.pluginPopupView {
});
this.defaultOptionsAfterRender = defaultOptionsAfterRender;
this.folderSelectList = koComputable(() => folderListOptionsBuilder());
this.folderSelectList = koComputable(folderListOptionsBuilder);
this.selectedFolderValue.subscribe(() => this.filter().actionValueError(false));