In-line code doesn't get highlighted when selected in edit mode

Steps to reproduce

Given a .md file with this content:

In line `code` is not correctly highlighted when selected in edit mode.

    ```
    Unlike code blocks, which are.
    ```

Select the text.

Expected result

All the selected text to have the background for selected text applied.

Actual result

The text in in-line code is not highlighted.

Environment

  • Operating system: macOS Big Sur
  • Obsidian version: 0.11.7

Additional information

When previewing it works as expected.

Does it still occur when turning off all custom CSS and all third-party plugins?

Yes, no 3rd party plugins and no custom css.

A post was merged into an existing topic: Inline code occludes text selection and vim cursor