There was an error while loading. Please reload this page.
1 parent 0d3a797 commit 196c444Copy full SHA for 196c444
1 file changed
src/components/src/map/layer-hover-info.tsx
@@ -67,7 +67,7 @@ interface RowProps {
67
url?: string;
68
}
69
70
-const TOOLTIP_VALUE_MAX_LENGTH = 1024;
+const TOOLTIP_VALUE_MAX_LENGTH = 256;
71
72
const Row: React.FC<RowProps> = ({name, value, deltaValue, url}) => {
73
// Set 'url' to 'value' if it looks like a url
0 commit comments