mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Return the property we're actually setting
This commit is contained in:
@@ -1002,7 +1002,7 @@ class TextEditor {
|
||||
this.update({enableKeyboardInput: enabled})
|
||||
}
|
||||
|
||||
isKeyboardInputEnabled () { return this.keyboardInputEnabled }
|
||||
isKeyboardInputEnabled () { return this.enableKeyboardInput }
|
||||
|
||||
onDidChangeMini (callback) {
|
||||
return this.emitter.on('did-change-mini', callback)
|
||||
|
||||
Reference in New Issue
Block a user