Closed bryvin closed 5 years ago
We actually have mobile detection built into components-api: https://github.com/sn-extensions/components-api/blob/master/src/componentManager.js#L110
Ahh of course, will update this soon
Updated this to use the componentManager isMobile variable over a custom implementation in this editor. Also updated deps while I was at it.
Turns off CodeMirror's own selected text highlight that made mobile text selection impossible to see the text you actually had selected.
This is in line with the Advanced Markdown Editor now.