Skip to content

Commit 8c54318

Browse files
author
hikki
committed
v4.5
1 parent 5e16f40 commit 8c54318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,8 @@ window.ComponentLine = class {
991991
makeFoot(foot) {
992992
let tfoot = document.createElement('tfoot');
993993
tfoot.className = 'dlp-tfoot';
994-
tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"></tr>`);
995994
if (!this.OPTIONS.insert) {
995+
tfoot.insertAdjacentHTML('afterbegin', `<tr class="dlp-tr"></tr>`);
996996
this.TABLE_DOM.appendChild(tfoot);
997997
return;
998998
}

0 commit comments

Comments
 (0)