mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Editor] Set the creation method for free highlights to 'main_toolbar' (bug 1883394)
This commit is contained in:
parent
29c493d36b
commit
ecb4262b13
1 changed files with 1 additions and 0 deletions
|
@ -727,6 +727,7 @@ class HighlightEditor extends AnnotationEditor {
|
|||
highlightId: this._freeHighlightId,
|
||||
highlightOutlines: this._freeHighlight.getOutlines(),
|
||||
clipPathId: this._freeHighlightClipId,
|
||||
methodOfCreation: "main_toolbar",
|
||||
});
|
||||
} else {
|
||||
parent.drawLayer.removeFreeHighlight(this._freeHighlightId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue