You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: guard against uninitialized codemirror instance (#246)
In obsidian (>=v1.7.2?) the codemirror instance is often not unitialized
at times, triggering some uncaught exceptions. This is particularly
noticable when:
- (w/ "Vim chord display" enabled) opening the vault w/o a note opened
- closing all tabs and opening a note
Add some null guards to avoid these errors
0 commit comments