makesites / jquery-contenteditable

Automatically adds events on 'contenteditable' fields and returns the changed data for further processing
http://plugins.jquery.com/contenteditable/
66 stars 6 forks source link

Does not detect context-menu "Cut" or "Delete" #6

Open acshef opened 9 years ago

acshef commented 9 years ago

But it does detect keyboard shortcut cut (Ctrl-X) and delete (Del)

tracend commented 9 years ago

You are right - feel free to send a pull request that triggers an update action on those events