Vojtěch Křižan

Results 11 comments of Vojtěch Křižan

Here is a video of me reproducing the issue if that helps. https://user-images.githubusercontent.com/65811166/182917256-11f93a70-5276-471a-9ed5-25c490bfe644.mp4

This issue is still relevant, happens on my Samsung A52 (Android 13, One UI 5) 100% of the time. I thought it maybe was a Chrome issue, but the exact...

After clearing the cache and data on 0.32 it started working again, but I can't get it to work on 0.33 (Galaxy A52)

Can confirm it working on 0.34 👍

I have the same problem on Windows with Qt5 ``` Anki 2.1.56 (07fd88dd) Python 3.9.15 Qt 5.15.2 PyQt 5.15.5 Platform: Windows-10-10.0.22621 Flags: frz=True ao=True sv=2 Add-ons, last update check: 2023-01-18...

When you run `pnpm run dev -- --host`, it tries to run stuff from the newly created `--host` directory, which gets created in your in your workspace. Try running `pnpm...

Sorry to be that guy, but have you (or someone else) discovered a better solution?

This issue is affects me as well, so I decided to create a repro vault: https://github.com/voytxt/obsidian-folder-notes-bug-repro https://github.com/user-attachments/assets/3be58628-a783-44e5-bf4d-20263198cb9f --- You can also completely delete the .obsidian folder, and then the repro...

Putting this ```ts setTimeout(() => { // @ts-ignore this.app.workspace.getLeavesOfType('file-explorer')[0].view.tree.infinityScroll.rootMargin = 100; }, 1000); ``` in the [onload function](https://github.com/LostPaul/obsidian-folder-notes/blob/main/src/main.ts#L64), fixes the issue. I also made [a fork](https://github.com/voytxt/obsidian-folder-notes-lite), where it's fixed, but...