Skip to content

Commit 35ae33a

Browse files
committed
Force display layer style for tooltips
1 parent 3103daf commit 35ae33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/src/modules/Tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class Tooltip {
5959
const layerName = layerTooltipCfg.name;
6060
const tooltipLayer = this._tooltipLayers.get(layerName);
6161
this._displayGeom = layerTooltipCfg.displayGeom;
62-
this._displayLayerStyle = layerTooltipCfg.displayLayerStyle;
62+
this._displayLayerStyle = true;
6363

6464
// Styles
6565
const fill = new Fill({

0 commit comments

Comments
 (0)