disable autocomplete for editor, closing #197

This commit is contained in:
Kyle Drake 2015-11-11 11:35:45 -08:00
parent 7ea3935571
commit 4195b903d7

View file

@ -169,6 +169,9 @@
autoScrollEditorIntoView: true
})
// Disable autocomplete
editor.setBehavioursEnabled(false)
editor.on('change', function(obj) {
$('a#saveButton,a#saveAndExitButton').css('opacity', 1)
unsavedChanges = true