Skip to content

Commit

Permalink
fix: topCalc has blank line when group exists
Browse files Browse the repository at this point in the history
  • Loading branch information
lstgithub578 committed Aug 10, 2024
1 parent 5c5512c commit da2487e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/modules/ColumnCalcs/ColumnCalcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ export default class ColumnCalcs extends Module{

if(this.topInitialized){
this.topInitialized = false;
this.topElement.parentNode.removeChild(this.topElement.previousSibling);
this.topElement.parentNode.removeChild(this.topElement);
changed = true;
}
Expand Down

0 comments on commit da2487e

Please sign in to comment.