mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
feat(dashboard): menu improvements, fallback support for Drill to Detail (#21351)
This commit is contained in:
@@ -121,7 +121,7 @@ function WorldMap(element, props) {
|
||||
formattedVal: val,
|
||||
},
|
||||
];
|
||||
onContextMenu(filters, pointerEvent.clientX, pointerEvent.clientY);
|
||||
onContextMenu(pointerEvent.clientX, pointerEvent.clientY, filters);
|
||||
} else {
|
||||
logging.warn(
|
||||
t(
|
||||
|
||||
Reference in New Issue
Block a user