parent
79ef266f2f
commit
bbfc6ed817
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ var CollectionTree = class CollectionTree extends LibraryTree {
|
|||
handleActivate = (event, indices) => {
|
||||
let index = indices[0];
|
||||
let treeRow = this.getRow(index);
|
||||
if (treeRow.isCollection() && this.editable) {
|
||||
if (treeRow.isCollection() && this.editable && this.selection.focused == index) {
|
||||
this._editing = treeRow;
|
||||
treeRow.editingName = treeRow.ref.name;
|
||||
this.tree.invalidateRow(index);
|
||||
|
|
Loading…
Add table
Reference in a new issue