don't keep selection while things are disappearing

This commit is contained in:
howard-stearns 2016-12-13 17:00:24 -08:00 committed by Seth Alves
parent db68a6adcd
commit 641f98589a

View file

@ -91,6 +91,7 @@ Rectangle {
default: return 0;
}
});
table.selection.clear();
userModel.clear();
var userIndex = 0;
userData.forEach(function (datum) {