don't keep selection while things are disappearing

This commit is contained in:
howard-stearns 2016-12-13 17:00:24 -08:00
parent a50b731faa
commit 4503855ae8

View file

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