selectionmenu
selectionmenu copied to clipboard
No menu if mouseup outside paragraph
Because the mouseup listener is added on the container, if the selection ends slightly outside it, it won't register.Not sure if there's a good solution that doesn't involve the user adding a wrapper element.

This was fixed in our fork.