mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-16 17:04:55 +00:00
Chorehancement: update to Angular v22, 'zoneless' / 'reactive' (#13114)
This commit is contained in:
@@ -291,7 +291,7 @@ export class PngxPdfViewerComponent
|
||||
this.eventBus.dispatch('find', {
|
||||
query,
|
||||
caseSensitive: false,
|
||||
highlightAll: query.length > 0,
|
||||
highlightAll: query?.length > 0,
|
||||
phraseSearch: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user