Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeMirror: Force inputStyle to be "textarea"
As of version 5.8, CodeMirror defaults inputStyle to "contenteditable" on mobile browsers. With that, CodeMirror grabs focus every time one tries to write an inline comment, making the commenting functionality unusable on mobile. There might be some upstream issue involved, but for now let's just set inputStyle to "textarea" as CodeMirror already does on desktop browsers. This will make commenting usable on mobile again. Change-Id: I278d6bfc671e77f9a02d21b2894649e0d9885a5c
- Loading branch information