mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Fixing bug with selection not resetting after deleting an event.
This commit is contained in:
parent
7739b34fe5
commit
ba6a81cfc6
@ -106,6 +106,10 @@ function selectSelectedEventsInTree( EventsToSelect )
|
||||
|
||||
SearchTree.treeBoxObject.selection.timedSelect( RowToScrollTo, 1 );
|
||||
}
|
||||
else
|
||||
{
|
||||
SearchTree.treeBoxObject.selection.clearSelection( );
|
||||
}
|
||||
}
|
||||
else if( EventsToSelect.length > 1 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user