Skip to content

Commit c9f77a6

Browse files
committed
changed partial update
1 parent 603c52d commit c9f77a6

File tree

1 file changed

+1
-1
lines changed
  • frameworks/keyed/doohtml-lite/src

1 file changed

+1
-1
lines changed

frameworks/keyed/doohtml-lite/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Main {
9595
const len = this.tbody.children.length
9696
for (let i = 0; i<len; i += 10) {
9797
this.rows[i].label += BANG
98-
this.tbody.children[i].children[1].children[0].append(BANG)
98+
this.tbody.children[i].children[1].children[0].textContent = this.rows[i].label
9999
}
100100
}
101101

0 commit comments

Comments
 (0)