Open jcubic opened 1 week ago
I'm not sure if this is something you're willing to fix, but I decided to report a bug anyway.
I'm in a process of debugging my own Terminal library that use content editable. In my library, I use:
function mobile_ignore_key(key) { return settings.mobileIgnoreAutoSpace.length && settings.mobileIgnoreAutoSpace.indexOf(key) !== -1 && is_android; } mobileIgnoreAutoSpace = [',', '.', ')']
Google Chrome / Android / Swift keyboard
https://codemirror.net/
Describe the issue
I'm not sure if this is something you're willing to fix, but I decided to report a bug anyway.
I'm in a process of debugging my own Terminal library that use content editable. In my library, I use:
Browser and platform
Google Chrome / Android / Swift keyboard
Reproduction link
https://codemirror.net/