browser-ext-github-monaco icon indicating copy to clipboard operation
browser-ext-github-monaco copied to clipboard

Additional tilde when triggering code format on a selected word

Open dimateos opened this issue 2 years ago • 2 comments

When selecting text and triggering code format, it adds an extra tilde ´ (using the inverse so it does not trigger here).

* Triggering the button before writing a word: ``
* Triggering the button on a selected word: `tmp``

Seem to happen in two steps, if I ctrl+Z the additional tilde is removed and goes back to the word being selected. Maybe related to how the cursor stops selection and goes to the right of the tilde.

I use the last version of the extension (0.5.2), chrome.

dimateos avatar Mar 05 '23 09:03 dimateos

Could this be a conflict with Refined GitHub?

fregante avatar Mar 09 '23 17:03 fregante

I checked and I do not have that extension installed.

Nonetheless I checked with all my extensions disabled and I experience the same behavior.

dimateos avatar Mar 10 '23 17:03 dimateos