From 09e19f865c7c2f0c2d67f4301d8dc4513da9b683 Mon Sep 17 00:00:00 2001 From: Ilya Boyandin Date: Wed, 9 Oct 2024 10:25:10 +0200 Subject: [PATCH] [Fix] Tooltip not working in exported HTML map (#2556) * Update deps in html export Signed-off-by: Ilya Boyandin * Adding yarn version to package.json Signed-off-by: Ilya Boyandin --------- Signed-off-by: Ilya Boyandin --- src/utils/src/export-map-html.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/utils/src/export-map-html.ts b/src/utils/src/export-map-html.ts index f2113f69ce..ca194862c4 100644 --- a/src/utils/src/export-map-html.ts +++ b/src/utils/src/export-map-html.ts @@ -2,7 +2,7 @@ // Copyright contributors to the kepler.gl project // @ts-nocheck -import {KEPLER_GL_VERSION, EXPORT_HTML_MAP_MODES} from '@kepler.gl/constants'; +import {EXPORT_HTML_MAP_MODES, KEPLER_GL_VERSION} from '@kepler.gl/constants'; /** * This method is used to create an html file which will inlcude kepler and map data @@ -45,11 +45,11 @@ export const exportMapToHTML = (options, version = KEPLER_GL_VERSION) => { - - - - - + + + + +