Skip to content

Commit

Permalink
Merge pull request #1117 from tiamatica/auto-complete
Browse files Browse the repository at this point in the history
Removed second  glyph in auto-complete, #1109
  • Loading branch information
e9gille authored Aug 31, 2023
2 parents 0e58222 + c3e7dc7 commit 5d094f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ D.IDE = function IDE(opts = {}) {
`${k.name} (${k.avchar})`,
k.helptext.join('\n'),
];
D.sqglDesc[k.avchar] = `${k.name} (${k.avchar})`;
D.sqglDesc[k.avchar] = k.name;
}
});
ide.lbarRecreate();
Expand Down

0 comments on commit 5d094f4

Please sign in to comment.