From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:29:49 +0000 (-0800) Subject: Fix apply button should reset state on close dropdown X-Git-Tag: v1.14.0-beta.rc1~102^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2701%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fix apply button should reset state on close dropdown --- diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts index 30f2a217cd..cd994483fb 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts @@ -358,6 +358,7 @@ export class FilterableDropdownComponent { }, 0) if (this.editing) { this.selectionModel.reset() + this.modelIsDirty = false } this.opened.next(this) } else {