Closed Cristiian closed 3 years ago
Hi, Is there a way to change the element in wich the contextmenu appends to?, currently is being attatched to body tag. I'm working with an Angular application, and the contextmenu appears outside the component scope and not being shown.
thank you for your help
There is not such option currently. You can temporarily fork the project and change this line and check if it solves the issue: https://github.com/vakata/jstree/blob/master/src/jstree.contextmenu.js#L486
Hi, Is there a way to change the element in wich the contextmenu appends to?, currently is being attatched to body tag. I'm working with an Angular application, and the contextmenu appears outside the component scope and not being shown.
thank you for your help