This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent double text selection in the editor
closes TryGhost/Ghost#9356 - it was possible to start a selection from outside of CodeMirror's control, this was confusing because text appeared to be selected but wasn't - disable user selection on the outermost CodeMirror wrapper so that the selection behaves as it does with a normal textarea where the selection needs to start from inside the content area
- Loading branch information