Skip to content

Commit

Permalink
fix(model): fetchContent without debounce time (#5019)
Browse files Browse the repository at this point in the history
Closes #5017
  • Loading branch information
fannheyward authored May 22, 2024
1 parent 5c3bdc0 commit b8455ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ export default class Document {
|| !this._noFetch) {
fireLinesChanged(this.bufnr)
this._noFetch = false
this.fetchContent()
void this._fetchContent()
return
}
let { line, changedtick, lnum } = change
Expand Down

0 comments on commit b8455ab

Please sign in to comment.