Skip to content

Commit

Permalink
fix(pb-view-annotate): selection still sometimes ignored due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Jan 17, 2024
1 parent fb87f4d commit dcbc2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pb-view-annotate.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ class PbViewAnnotate extends PbView {
selection.removeAllRanges();
selection.addRange(range);
} finally {
this.inHandler = false;
this._inHandler = false;
}
}, 100);
}
Expand Down

0 comments on commit dcbc2be

Please sign in to comment.