I want to trigger an event when a user pastes.
I have a contenteditable div and when the user pastes I want to capture the event and then focus back into the contenteditable div at the end of the paste which does not happen by default.
Ideas?
Thanks