fix: disable map hover popups on mobile devices and when globally disabled
This commit is contained in:
@@ -173,7 +173,7 @@ export default function PreviewMapShell({
|
||||
applyGeometryBindingFilter
|
||||
isPreviewMode
|
||||
onFeatureClick={onFeatureClick}
|
||||
hoverPopupEnabled={hoverPopupEnabled}
|
||||
hoverPopupEnabled={hoverPopupEnabled && !isMobileOrTablet}
|
||||
getHoverPopupContent={getHoverPopupContent}
|
||||
onHoverFeatureChange={onHoverFeatureChange}
|
||||
onPlayPreviewReplay={onPlayPreviewReplay}
|
||||
|
||||
Reference in New Issue
Block a user