mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update main.ts
This commit is contained in:
parent
f172b8508f
commit
85cd981d8d
1 changed files with 2 additions and 0 deletions
|
|
@ -225,6 +225,8 @@ export default class FolderNotesPlugin extends Plugin {
|
|||
const infinityScroll = fileExplorer?.view?.tree?.infinityScroll;
|
||||
|
||||
if (infinityScroll) {
|
||||
// increase infinity scroll buffer to show hidden folder notes
|
||||
// Issue: https://github.com/LostPaul/obsidian-folder-notes/issues/274
|
||||
infinityScroll.rootMargin = 1.5;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue