1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

remove log

This commit is contained in:
Peter Clement 2023-08-18 09:54:24 +01:00
parent 11069bacfb
commit d8c95fce19

View file

@ -11,7 +11,6 @@
(total, col) => (total += col.width),
0
)
$: console.log($renderedColumns)
$: end = $hiddenColumnsWidth + columnsWidth - 1 - $scroll.left
$: left = Math.min($width - 40, end)