mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #15231 from calixteman/bug1781763
[Editor] Don't set as active an editor which is not (bug 1781763)
This commit is contained in:
commit
45b9e8417d
1 changed files with 0 additions and 1 deletions
|
@ -267,7 +267,6 @@ class FreeTextEditor extends AnnotationEditor {
|
|||
onceAdded() {
|
||||
if (this.width) {
|
||||
// The editor was created in using ctrl+c.
|
||||
this.parent.setActiveEditor(this);
|
||||
return;
|
||||
}
|
||||
this.enableEditMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue