Undo (Ctrl-Z) in textboxes doesn't work when:
- Adding UA info or extension list into a textbox
- Editing custom title template in the extension options
From #245 (comment):
The Paste event might be the solution, but it's not supported in the content script yet. I also tried document.execCommand('insertText', false, str) with no luck.
Undo (Ctrl-Z) in textboxes doesn't work when:
From #245 (comment):