mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
👕 🔥 semicolon
This commit is contained in:
@@ -2970,7 +2970,7 @@ class TextEditorComponent {
|
||||
}
|
||||
|
||||
isInputEnabled (inputEnabled) {
|
||||
return !this.props.model.isReadOnly();
|
||||
return !this.props.model.isReadOnly()
|
||||
}
|
||||
|
||||
getHiddenInput () {
|
||||
|
||||
Reference in New Issue
Block a user