objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Quoting issue #250

Open DenisNedvigok opened 7 years ago

DenisNedvigok commented 7 years ago

What: when you put quote at the start of existing string (f.e. “var a = someString’”) the editor automatically puts two quotes if the string begins with a space character Browser used: Google Chrome Version 58.0.3029.110 (64-bit) How to perform:

objecthub-io commented 7 years ago

Thank you for reporting this issue.

This is caused by a feature of the CodeMirror component. What do you think? Is it useful to have the editor auto-close strings? We could disable this feature and then this issue would not occur.