Open
Description
I've Installed the Plugin with the command npm i jquery-contextmenu
and I've told the site that the plugin is required with this require('jquery-contextmenu');
.
I've used a simple example from the demo page, and the "menu" do appear on the site, but at the bottom of the page and without any css.
Is this a bug or am i doing something wrong?