]> git.gir.st - VimFx.git/commit
Treat everything in the devtools as adjustable
authorSimon Lydell <simon.lydell@gmail.com>
Tue, 23 Feb 2016 07:54:42 +0000 (08:54 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Tue, 23 Feb 2016 16:37:57 +0000 (17:37 +0100)
commit98324de492c6fb9795c98f4d54c4ec55f5cf606d
treee975a268228207184cc2fbc94bd2579df30805bb
parent48b559c9edd5d5de84d072967a3fea303b0d6103
Treat everything in the devtools as adjustable

Many things in the devtools can be "adjusted" with the arrow keys. For example,
if you `console.log` an object you can click it to get an interactive inspection
tree of that object. The tree can be navigated using the arrow keys, but not if
you, for example, use the arrow keys for VimFx's scrolling commands. With this
commit, that is no longer a problem.
extension/lib/utils.coffee
Imprint / Impressum