mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Fix typo in the --hcm-highlight-filter
CSS variable name (issue 17254)
This commit is contained in:
parent
7b89e7e0d2
commit
90864a5672
3 changed files with 5 additions and 5 deletions
|
@ -284,7 +284,7 @@ class PDFPageView {
|
|||
this.pageColors?.background === "Canvas")
|
||||
) {
|
||||
this._container?.style.setProperty(
|
||||
"--hcm-highligh-filter",
|
||||
"--hcm-highlight-filter",
|
||||
pdfPage.filterFactory.addHighlightHCMFilter(
|
||||
"CanvasText",
|
||||
"Canvas",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue