Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1945 from TomMalbran/tom/fix-issue-1917
Browse files Browse the repository at this point in the history
Fix to Shift or Ctrl sort-of multi selects in project tree
  • Loading branch information
jasonsanjose committed Oct 26, 2012
2 parents 4152415 + a6d6945 commit b571cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/project/ProjectManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ define(function (require, exports, module) {
.jstree(
{
plugins : ["ui", "themes", "json_data", "crrm", "sort"],
ui : { select_limit: 1, select_multiple_modifier: "", select_range_modifier: "" },
json_data : { data: treeDataProvider, correct_state: false },
core : { animation: 0 },
themes : { theme: "brackets", url: "styles/jsTreeTheme.css", dots: false, icons: false },
Expand Down

0 comments on commit b571cd0

Please sign in to comment.