Reformat code

This commit is contained in:
2022-10-12 07:22:22 +01:00
parent 5b2b77efd3
commit 24527147b3
4 changed files with 38 additions and 35 deletions

View File

@@ -68,7 +68,7 @@
var cellheight = grid.opts.cellHeight;
var height = Math.ceil((scrollheight + verticalmargin) / (cellheight + verticalmargin));
var opts = {
h: height,
h: height,
}
grid.update(
added_widget,