Skip to content

Commit 4d22eae

Browse files
committed
Merge pull request #7 from sgiraud01/patch-1
Empty cells on clear to fix issues #6
2 parents c6fb7b4 + cccda07 commit 4d22eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui-listView.js

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ class UIListView {
287287
if (!this.rows || removeRows) {
288288
this.rows = [];
289289
}
290+
this.cells = [];
290291
this.options.range = this.visibleRange = {
291292
index: 0,
292293
length: 0

0 commit comments

Comments
 (0)