We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebfb0b commit 4cbe49eCopy full SHA for 4cbe49e
src/ui/highlighter.js
@@ -140,7 +140,7 @@ Highlighter.prototype.draw = function (annotation) {
140
annotation._local = {};
141
}
142
var hasHighlights = (typeof annotation._local.highlights !== 'undefined' &&
143
- annotation._local.highlights === null);
+ annotation._local.highlights !== null);
144
if (!hasHighlights) {
145
annotation._local.highlights = [];
146
0 commit comments