Context.js
Context.js copied to clipboard
Menu ids can be duplicated
When calling context.attach(...) in a loop, it could happen that two menus will share the same ID, as it was based on date.
This fix the problem for me. Thank you!