Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasting doesn't call notifyTextViewDidChange #1330

Open
tipa opened this issue Apr 1, 2021 · 1 comment
Open

Pasting doesn't call notifyTextViewDidChange #1330

tipa opened this issue Apr 1, 2021 · 1 comment

Comments

@tipa
Copy link

tipa commented Apr 1, 2021

Describe the bug
When pasting text/content/... into the TextView, the delegate should be informed / textViewDidChange should be called

Expected behavior
notifyTextViewDidChange is called / the delegate is informed about the text change

Proposed fix
Call notifyTextViewDidChange in these 2 lines:

@SergioEstevao
Copy link
Contributor

Hi there, first of all thanks for the great bug report, do you want to submit a PR for the fix? I will review it and approve it if all goes well. It will also be great to add unit test for this specific crash in order to prevent future regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants