Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach TerminalPage to handle exceptions that happen during paste (#5856)
Terminal should try not to join the choir invisible when the clipboard API straight up horks it. This accounts for ~3% of the crashes seen in 1.0RC1 and ~1% of the crashes seen all-up in the last 14 days. ## Repro (prior to this commit) Set `"copyOnSelect": true`. Copy something small. Hold down <kbd>Ctrl+Shift+V</kbd> Double-click like your life depends on it. Double-click like you're playing cookie clicker again. 2013 called, it wants its cookies back. Fixes #4906. (cherry picked from commit a99c812)
- Loading branch information