react-virtualized-tree icon indicating copy to clipboard operation
react-virtualized-tree copied to clipboard

Menu not appearing in the correct place

Open ayoub-root opened this issue 1 year ago • 0 comments

i have list of items (text + button to open menu)

<tree> 
{(.....)=><item>text <button>click me</button></item>}
</tree>

when i click on button , menu is shown in the top-left not near to the clicked button

ayoub-root avatar Oct 11 '23 10:10 ayoub-root