We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e95307 commit 5beb998Copy full SHA for 5beb998
src/js/core/RowManager.js
@@ -1063,7 +1063,7 @@ export default class RowManager extends CoreFeature{
1063
//check if the table has changed size when dealing with variable height tables
1064
if(!this.fixedHeight && initialHeight != this.element.clientHeight){
1065
resized = true;
1066
- if(!this.redrawing) { // prevent recursive redraws
+ if(!this.redrawing){ // prevent recursive redraws
1067
this.redrawing = true;
1068
if(this.subscribed("table-resize")){
1069
this.dispatch("table-resize");
0 commit comments