Pasting from clipboard is not working in vim insert mode

Steps to reproduce

  1. Enable vim mode
  2. Copy some text to the clipboard from outside of Obsidian
  3. Open or create a note
  4. Go to insert mode using i
  5. Try to paste the text using <C-r>+ or <C-r>*

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

Y

Expected result

The text should be pasted from the clipboard.

Actual result

It does nothing.

Environment

SYSTEM INFO:
Obsidian version: v1.7.4
Installer version: v1.7.4
Operating system: Windows 11 Pro 10.0.22631
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

  1. If the text is copied inside Obsidian, then it shows up in insert mode.
  2. In normal mode, "+p or "*p does work as expected regardless of where the text is copied from.