Skip to content

Commit

Permalink
Remove eslint-disable-next-line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Feb 15, 2024
1 parent 585e0e4 commit 7a36a85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MarkdownTextInput.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ const MarkdownTextInput = React.forwardRef<TextInput, MarkdownTextInputProps>(
Object.defineProperty(event, 'target', {writable: false, value: divRef.current});
}
callback(event);
// eslint-disable-next-line no-empty
});
} else {
originalAddEventListener.call(this, eventName, callback);
Expand Down

0 comments on commit 7a36a85

Please sign in to comment.