Skip to content
Snippets Groups Projects
Commit 417005fe authored by echicken's avatar echicken
Browse files

Use the first letter search Tree thingie.

Well, this thing is ... interestingly bad.
parent 73bc5297
No related branches found
No related tags found
No related merge requests found
......@@ -314,6 +314,7 @@ var FileBrowser = function (options) {
}
initList();
properties.scrollBar = new ScrollBar(properties.tree);
properties.tree.first_letter_search = true;
properties.frame.open();
properties.tree.open();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment