@rowsncolumns/grid
Advanced tools
Comparing version 6.1.2 to 6.1.3
{ | ||
"name": "@rowsncolumns/grid", | ||
"description": "Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"main": "dist/index.js", | ||
@@ -46,3 +46,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2102c2b9a7890920356e9369539c6eb8bd13050f" | ||
"gitHead": "5282fb3e6dccc501cb838f71654b8879e3c4a0ed" | ||
} |
@@ -227,3 +227,2 @@ import React, { useCallback, useState, useRef, useEffect } from "react"; | ||
} | ||
const metrics = autoSizer.current.measureText(text); | ||
@@ -230,0 +229,0 @@ if (metrics) { |
Sorry, the diff of this file is not supported yet
692548