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
@ -267,7 +267,6 @@ class FreeTextEditor extends AnnotationEditor {
|
|||||||
onceAdded() {
|
onceAdded() {
|
||||||
if (this.width) {
|
if (this.width) {
|
||||||
// The editor was created in using ctrl+c.
|
// The editor was created in using ctrl+c.
|
||||||
this.parent.setActiveEditor(this);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.enableEditMode();
|
this.enableEditMode();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user