TraceView: Fix links menu position (#102693)

This commit is contained in:
Piotr Jamróz
2025-03-24 11:47:56 +01:00
committed by GitHub
parent 5bb1d5f2c3
commit d4a4aac8d1
@@ -61,8 +61,8 @@ export const SpanLinksMenu = ({ links, datasourceType, color }: SpanLinksProps)
onClick={(e) => {
setIsMenuOpen(true);
setMenuPosition({
x: e.pageX,
y: e.pageY,
x: e.clientX,
y: e.clientY,
});
}}
className={styles.button}