mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Missed one
This commit is contained in:
parent
40eabd1896
commit
d0bef63274
1 changed files with 2 additions and 2 deletions
|
@ -756,7 +756,7 @@ export class CommitMessage extends React.Component<
|
|||
onAuthorsUpdated={this.onCoAuthorsUpdated}
|
||||
authors={this.props.coAuthors}
|
||||
autoCompleteProvider={autocompletionProvider}
|
||||
readonly={this.props.isCommitting === true}
|
||||
disabled={this.props.isCommitting === true}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
@ -1347,7 +1347,7 @@ export class CommitMessage extends React.Component<
|
|||
}
|
||||
aria-describedby={ariaDescribedBy}
|
||||
onContextMenu={this.onAutocompletingInputContextMenu}
|
||||
readonly={isCommitting === true}
|
||||
disabled={isCommitting === true}
|
||||
spellcheck={commitSpellcheckEnabled}
|
||||
/>
|
||||
{showRepoRuleCommitMessageFailureHint &&
|
||||
|
|
Loading…
Reference in a new issue