Closed tewe closed 6 months ago
Ho many commits do you have?
git --git-dir=a7cf...git rev-list --count HEAD
says 776.
It's not much, it's very strange why that is.
time git --git-dir=a7cf...git/ log -- Some.textbundle/text.md
takes 1.6 seconds, which seems long but is much much less than what the app needs.
I think I reproduced it, looking for a solution
Unfortunately that didn't help.
I noticed that some notes take longer than others. This seems more related to how long ago the first revision was than to how many there are.
I can no longer reproduce this in FSNotes 6.8.0 for macOS. Thanks!
Description
Opening the context menu on a Notes List item reliably beachballs the app, until force quit.
Spin dump
A workaround is using the File menu, which has most of the same items.
To Reproduce
Expected behavior
Have the context menu not just open, but also allow a selection from it, without locking up the app.
FSNotes version
6.1.3 (559)
macOS/iOS version
macOS 12.6.2
Additional context
One difference between the File menu and the context menu is that History is a sub-menu. The spin dump shows a lot of Git. The version I first noticed this with included some changes to the Git code. So that's where I'd look.