Skip to content

Commit cba6354

Browse files
committed
Working around rerender issue upon resize
1 parent b2d215f commit cba6354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/src/sheet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ let SheetView = widgets.DOMWidgetView.extend({
298298
case 'after-show':
299299
this._table_constructed.then(() => {
300300
this.hot.render();
301+
// working around table not re-rendering fully upon resize.
302+
this.hot._refreshBorders(null);
301303
});
302304
break;
303305
}

0 commit comments

Comments
 (0)