Select all in editable field in bases doesn't work in live preview

Steps to reproduce

  1. Have live preview enabled and be in edit mode
  2. Create a new note
  3. Create a Text property (description)
  4. Add some text to the property like: test text
  5. Create a inline base view:
```base
views:
  - type: table
    name: Table
    order:
      - file.name
      - description
```
  1. Select the editable text property description inside the base view so it’s in focus
  2. Press Ctrl + A for selecting all

Did you follow the troubleshooting guide? [Y/N]

Yes

Expected result

Selects all the text inside the editable field.

Actual result

Cursor jumps back to where it was before selecting the text property inside bases view.

Environment

SYSTEM INFO:
Obsidian version: v1.9.4
Installer version: v1.8.4
Operating system: Windows 10 Pro 10.0.19045
Login status: logged in
Language: en
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

When focus is on a field inside a table or the property input field in the header, then select all with Ctrl + A works with selecting the whole field. Also if in reading view and then doing step 6 and 7 above, then it works with selecting all the text.