Fix select all disables multi-entry actions

This commit is contained in:
nathangray 2017-11-27 15:06:13 -07:00
parent 95d1911528
commit 1f042783f7

View File

@ -232,6 +232,7 @@ var et2_dataview_controller = (function(){ "use strict"; return Class.extend({
{
// No rows, start with an empty
this._emptyRow();
this._selectionMgr.clear();
}
},