Skip to content

Commit

Permalink
Fixed not preventing default selection of text when selecting nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 17, 2018
1 parent e08250c commit 9c23ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://github.com/josdejong/jsoneditor
when deleting a node.
- Fixed duplicate and remove of the action menu of multiple selected
nodes not working.
- Fixed not preventing default selection of text when selecting nodes.


## 2018-10-08, version 5.24.7
Expand Down
1 change: 1 addition & 0 deletions src/js/treemode.js
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,7 @@ treemode._onMultiSelectStart = function (event) {
});
}

event.preventDefault();
};

/**
Expand Down

0 comments on commit 9c23ca9

Please sign in to comment.