Evercoder / clipboard-inspector

A browser tool to look at what's available in the clipboard for a "paste" event.
https://evercoder.github.io/clipboard-inspector/
MIT License
177 stars 22 forks source link

Allow pasting via context menu (for mobile support) #10

Closed odinho closed 1 year ago

odinho commented 1 year ago

Fixes #9.

Uses a contenteditable div to be able to right click -> paste.

Screenshot: image

danburzo commented 1 year ago

Thank you! I've merged your PR, and move some things around (grouped classic pasting into a single bulletpoint)