mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
🐛Fix autocomplete suggestion limit comment
This commit is contained in:
parent
e65dc8e2a5
commit
2e5f9abd97
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ module.exports = class Zatanna
|
|||
editor.completer.autoInsert = false
|
||||
editor.completer.showPopup(editor)
|
||||
|
||||
# Hide popup if more than 10 suggestions
|
||||
# Hide popup if too many suggestions
|
||||
# TODO: Completions aren't asked for unless we show popup, so this is super hacky
|
||||
# TODO: Backspacing to yield more suggestions does not close popup
|
||||
if editor.completer?.completions?.filtered?.length > 20
|
||||
|
|
Loading…
Reference in a new issue