Removed info symbol for hints
This commit is contained in:
parent
6f36105e6a
commit
966c6a05d4
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ function FillHTML(divId, textPrefix = "Unknown Completion Element: ", textSuffix
|
||||||
let span = ["<span class='flex-row location hidden'>", "</span>"];
|
let span = ["<span class='flex-row location hidden'>", "</span>"];
|
||||||
if (divId === DIV_ID.hints) {
|
if (divId === DIV_ID.hints) {
|
||||||
span[0] = "<span>";
|
span[0] = "<span>";
|
||||||
icon = SYMBOL_INFO;
|
icon = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
let dash = "";
|
let dash = "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue