mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
Update autocomplete instruction to 'press tab'
Enter no longer autocompletes, instead dismisses popup and executes a Return
This commit is contained in:
parent
83bbb6bef2
commit
f80baf3eb2
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ module.exports = class SpellView extends CocoView
|
|||
if doc?.snippets?[e.language]
|
||||
entry =
|
||||
content: doc.snippets[e.language].code
|
||||
meta: 'press enter'
|
||||
meta: 'press tab'
|
||||
name: doc.name
|
||||
tabTrigger: doc.snippets[e.language].tab
|
||||
if doc.name is 'findNearestEnemy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue