Conversation
|
I'm not sure this is right. I think the |
|
It does seem to fix it, though...but I don't understand why. Looking... |
|
(Edited for clarity...) Oh, I see. It was the "which end of the selection" argument to the original CodeMirror Two things to change though:
|
|
Just edited my previous comment to clarify it (hopefully)... |
|
Changes pushed. I realized that the expand tabs arg was wrong while I was at lunch. I originally had that change for the other param, but figured I'd minimize the change -- I like it more explicit like this. |
|
Looks good. Can't tell if it breaks any unit tests since there are a bunch that were already broken :), but seems fine. |
|
Oops, I forgot that we wanted to use "from" and "to" instead of "start" and "end" here (both work, but "from" and "to" are the official ones listed in the CM docs). I'll fix that later. |
|
Ignore that last comment, we're keeping "start" and "end". |
This is for #6718
cc @njx