Skip to content

Commit

Permalink
docs: fix incomplete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barraIhsan committed Oct 18, 2024
1 parent 127bc49 commit 22feaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/vim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function echoVimCmd(
vimCmd: HTMLParagraphElement,
) {
if (error) vimCmd.classList.add(...vimCmdError);
vimCmd.innerHTML = text; // using `innerHTML` here, so we can
vimCmd.innerHTML = text; // using `innerHTML` here, so we can put links / html tag
vimCmdAllowInput = false;
vimCmd.classList.remove(...vimCmdAllowInputClass);
}
Expand Down

0 comments on commit 22feaad

Please sign in to comment.