Commit 51155eda authored by Robert Knight's avatar Robert Knight

Remove obsolete `@ts-ignore`

parent 0d4b5367
......@@ -94,8 +94,6 @@ function drawHighlightsAbovePdfCanvas(highlightEls) {
// of highlighted text, especially for overlapping highlights.
//
// This choice optimizes for the common case of dark text on a light background.
//
// @ts-ignore - `mixBlendMode` property is missing from type definitions.
svgStyle.mixBlendMode = 'multiply';
} else {
// For older browsers (eg. Edge < 79) we draw all the highlights as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment