@glideapps/glide-data-grid
Advanced tools
Comparing version 3.0.0-rc8 to 3.0.0-rc9
@@ -248,3 +248,3 @@ "use strict"; | ||
if (!lastRowSticky || _row !== rows - 1 || Math.abs(ty - stickyRowY) < 0.5) { | ||
if (!lastRowSticky || _row !== rows - 1 || Math.abs(ty - stickyRowY) > 0.5) { | ||
ctx.moveTo(0, ty); | ||
@@ -251,0 +251,0 @@ ctx.lineTo(width, ty); |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "3.0.0-rc8", | ||
"version": "3.0.0-rc9", | ||
"description": "Super fast, pure canvas Data Grid Editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/index.js", |