Fix bug where nextmatch selection manager was holding onto selected rows

This commit is contained in:
nathangray
2018-07-16 16:17:36 -06:00
parent 85d33febc6
commit 658e84e59f
3 changed files with 14 additions and 0 deletions

View File

@ -147,6 +147,9 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
// Free selection manager
this._selectionMgr.clear();
// Clear object manager
this._objectManager.clear();
// Clear the map
this._indexMap = {}