Missed one

This commit is contained in:
Markus Olsson 2023-08-29 14:10:19 +02:00
parent 40eabd1896
commit d0bef63274

View file

@ -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 &&