brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Remove jstree's default double-click handler #97

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by njx Tuesday Jan 17, 2012 at 01:05 GMT Originally opened as https://github.com/adobe/brackets/pull/93


@peterflynn

For issue #84, remove jstree's default double-click handler, which clears the global window selection. This interferes with CodeMirror, probably because CM needs the selection inside its hidden textarea to be set properly.


njx included the following code: https://github.com/adobe/brackets/pull/93/commits

core-ai-bot commented 3 years ago

Comment by njx Tuesday Jan 17, 2012 at 01:24 GMT


This is going to end up removing our own dblclick handlers as well. Closing this for now, will reopen when I have a better fix.