forked from extern/egroupware
When clearing, remove links too
This commit is contained in:
parent
d8fcb574a6
commit
4995e1fa08
@ -878,6 +878,9 @@ egwActionObject.prototype.clear = function() {
|
|||||||
// Delete all other references
|
// Delete all other references
|
||||||
this.selectedChildren = [];
|
this.selectedChildren = [];
|
||||||
this.focusedChild = null;
|
this.focusedChild = null;
|
||||||
|
|
||||||
|
// Remove links
|
||||||
|
this.actionLinks = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user