Skip to content

Commit c97ab79

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f843358 commit c97ab79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/utils/ParagraphAttributesUtils.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ + (BOOL)handleBackspaceInRange:(NSRange)range
2323
// Do not manually intervene if the user is in the middle of IME
2424
// composition. Let the iOS system handle the backspace natively to prevent
2525
// state desync.
26-
if (typedInput->textView.markedTextRange != nil) {
26+
if (typedInput->textView.markedTextRange != nullptr) {
2727
return NO;
2828
}
2929

0 commit comments

Comments
 (0)