1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Fix selected row state not resetting properly

This commit is contained in:
Andrew Kingston 2020-12-09 11:31:50 +00:00
parent 36432a490f
commit 05b9c3fa68

View file

@ -56,6 +56,9 @@
} }
$: { $: {
// Reset selection every time data changes
selectedRows = []
let result = [] let result = []
if (allowEditing) { if (allowEditing) {
result = [ result = [