mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:03:27 +02:00
don't keep selection while things are disappearing
This commit is contained in:
parent
db68a6adcd
commit
641f98589a
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ Rectangle {
|
||||||
default: return 0;
|
default: return 0;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
table.selection.clear();
|
||||||
userModel.clear();
|
userModel.clear();
|
||||||
var userIndex = 0;
|
var userIndex = 0;
|
||||||
userData.forEach(function (datum) {
|
userData.forEach(function (datum) {
|
||||||
|
|
Loading…
Reference in a new issue