mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
don't keep selection while things are disappearing
This commit is contained in:
parent
a50b731faa
commit
4503855ae8
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ Rectangle {
|
|||
default: return 0;
|
||||
}
|
||||
});
|
||||
table.selection.clear();
|
||||
userModel.clear();
|
||||
var userIndex = 0;
|
||||
userData.forEach(function (datum) {
|
||||
|
|
Loading…
Reference in a new issue