Brandon Chan
Results
2
comments of
Brandon Chan
I solved the problem by including the option "triggerOn". ``` var menu = [{ name: 'delete', title: 'delete button', fun: function (data, event) { alert('delete button'); }, }] $('#trigger').contextMenu(menu, {...
> Why not transpile all of ol? `transpileDependencies: ['ol']`. That's how this is usually done. I don't even think `transpileDependencies` accepts modules, it has to be configured with packages. @ahocevar...