Skip to content

Commit

Permalink
Use 1 sec time out.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextoumbourou committed Aug 6, 2023
1 parent fdd1ba9 commit 3de1e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class TitleAsLinkTextPlugin extends Plugin {
async onload() {
this.debouncedUpdateBackLinks = debounce(
this.updateBackLinks.bind(this),
500,
1000,
true
);

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "title-as-link-text",
"name": "Title As Link Text",
"version": "1.0.9",
"version": "1.0.10",
"minAppVersion": "0.15.0",
"description": "Use the title as the link text for Markdown links.",
"author": "Lex Toumbourou",
Expand Down

0 comments on commit 3de1e46

Please sign in to comment.