Double clicking a file changes focus to editor. Double clicking a directory toggles expansion. Single clicking doesn't ever change focus away from tree view.

This commit is contained in:
Nathan Sobo
2012-05-07 14:55:33 -06:00
parent 64c65ea0fc
commit eeb28111f3
5 changed files with 57 additions and 24 deletions

View File

@@ -7,6 +7,7 @@
padding: 0 1em;
cursor: default;
font: 16px Inconsolata, Monaco, Courier !important;
-webkit-user-select: none;
}
.tree-view .disclosure-arrow {