]> git.proxmox.com Git - mirror_xterm.js.git/commit
Add null check when mouse coords are bad
authorDaniel Imms <daimms@microsoft.com>
Wed, 19 Jul 2017 03:33:54 +0000 (20:33 -0700)
committerDaniel Imms <daimms@microsoft.com>
Wed, 19 Jul 2017 03:34:24 +0000 (20:34 -0700)
commite3ded611223bd78640e228d11ebfa502b2aa6181
tree8ee167e3f71b4e21df638ba4ee601308ffdaf604
parentf8e3fa5a994b8bfdd57529e2309cd726cca545c5
Add null check when mouse coords are bad

This happens if the viewport is bad (which was fixed in another commit).

Fixes #801
src/SelectionManager.ts