Fix jumping cursor
This commit is contained in:
parent
3bbc5c61e9
commit
52bda89764
2 changed files with 5 additions and 1 deletions
|
|
@ -167,6 +167,6 @@ export default class VaultLinkPlugin extends Plugin {
|
|||
)
|
||||
);
|
||||
}
|
||||
await this.rateLimitedUpdatesPerFile.get(path)();
|
||||
await this.rateLimitedUpdatesPerFile.get(path)?.();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue