mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
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
|
||||
this.selectedChildren = [];
|
||||
this.focusedChild = null;
|
||||
|
||||
// Remove links
|
||||
this.actionLinks = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user