Closed sedge closed 9 years ago
Bracket assumes that it's the only fish in the pond, but it's wrong. It's event listeners hijack the entire page's events when they should only apply to whichever DOM element brackets is living in.
At the very least, see: https://github.com/humphd/brackets/blob/bramble/src/brackets.js#L332-455
That was fun.
Bracket assumes that it's the only fish in the pond, but it's wrong. It's event listeners hijack the entire page's events when they should only apply to whichever DOM element brackets is living in.
At the very least, see: https://github.com/humphd/brackets/blob/bramble/src/brackets.js#L332-455