Skip to content

Commit

Permalink
Do update extra info on render too
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 21, 2021
1 parent c03c1d1 commit 0d66afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class LSPCompletionRenderer
});
this.visibilityObserver.observe(li);
// TODO: build custom li from ground up
// this.updateExtraInfo(lsp_item, li)
this.updateExtraInfo(lsp_item, li);
} else {
this.updateExtraInfo(item, li);
}
Expand Down

0 comments on commit 0d66afe

Please sign in to comment.