Cursor jump byself

Steps to reproduce

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

Please, follow the Troubleshooting Guide before answering Yes.

Expected result

Actual result

I’m still reporting a nasty bug that’s happening as I write.
Today, when I pressed Enter to start a new line, it did start a new line, but it also went back—or rather, the result was that it added a line below where I was.
When I moved down and typed # to create a heading, the cursor jumped to the previous heading, or even higher.

Unfortunately, I can’t show a video of what’s happening because it contains personal data.

Another issue is that in some text fields in the frontmatter, a pencil icon has appeared at the beginning of the text field—which shouldn’t be there since it’s just text. Also, when you tap it, the text for that field appears, but it’s text copied from another note, not from the current note.

Environment

SYSTEM INFO:
Obsidian version: 1.13.4
Installer version: 1.12.7
Operating system: Windows 10 Education 10.0.19045
Login status: not logged in
Language: it
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 2
Restricted mode: off
Plugins installed: 20
Plugins enabled: 11
1: Dataview v0.5.68
2: Templater v2.16.4
3: Auto Class v2.3.0
4: File indicators v1.1.0
5: Folder Note v0.7.3
6: File Explorer Note Count v1.2.4
7: Metadata Menu v0.8.11
8: Version History Diff v2.3.3
9: Git v2.36.0


Additional information

I know full well that you’re going to tell me to run it in the sandbox, but every time I’ve tried that, the problem hasn’t occurred; however, in this specific vault, it keeps happening. This means there aren’t any other tools on the system causing interference.

That’s why I think there’s a sneaky bug that’s hard to pin down, but it’s driving me crazy.

Can I restore the vault? Without losing everything, I mean!

Maybe something in one of the snippets causing the issue? Adjusting margins in the editor or anything like that?

Moved to Help until you follow the full bug report template.

Snippets are just CSS; they can’t cause the cursor to jump.

They can if you are changing vertical margins in the editor.

So you’ve reported another bug that needs to be fixed. Anyway, this is my CSS, and it doesn’t affect the margins

.h2-comic
{
–h1-font: ‘Comic Sans MS’;
–h1-color: cyan;
–h2-color: orange;
–inline-title-color: green;
–inline-title-font: ‘Comic Sans MS’;
}

.h2-comic img:not([style*=“width”])
{
width: 200px;
}

Sorry, I forgot to mention that the cursor also jumps when I start typing at the beginning of the line.

The above snippet looks fine, and shouldn’t cause issues. (will double check on desktop later)

This is the reason this is in Help.

We need to dig down to the reason the issue is only happening in this specific vault.

Again, the full debug steps are here: