Skip to content

Commit c26456b

Browse files
author
Henrik jJaven
committed
fixed clear in run
1 parent afc848b commit c26456b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/keyed/doohtml/js/Main.class.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Doo.define(
9999

100100
run() {
101101
this.data.rows = this.buildData()
102-
// this.tbody.textContent = ''
102+
this.tbody.textContent = ''
103103
this.renderTable()
104104
}
105105

@@ -114,7 +114,7 @@ Doo.define(
114114
this.data.rows = this.buildData()
115115
stop('buildData')
116116
start('run')
117-
// this.tbody.textContent = ''
117+
this.tbody.textContent = ''
118118
this.renderTable()
119119
e.target.blur()
120120

0 commit comments

Comments
 (0)