mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
Increase size of autocomplete popup
This commit is contained in:
parent
e96eab7bf3
commit
a5695e896b
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ module.exports = class SpellView extends CocoView
|
|||
text: false
|
||||
autoLineEndings:
|
||||
javascript: ';'
|
||||
popupFontSizePx: 16
|
||||
popupWidthPx: 380
|
||||
|
||||
updateAutocomplete: (@autocomplete) ->
|
||||
@zatanna?.set 'snippets', @autocomplete
|
||||
|
|
Loading…
Reference in a new issue