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

also needs to observe contentSize property in order to handle pasting many line and deleting many lines in a single action #3

Closed
eventomer opened this issue Feb 17, 2016 · 2 comments

Comments

@eventomer
Copy link

something like this:

    [self.KVOController observe:self keyPath:@"contentSize" options:NSKeyValueObservingOptionNew block:^(id observer, id object, NSDictionary *change) {
        typeof(weakSelf) strongSelf = weakSelf;
        if (strongSelf.isExpandable) {
            [strongSelf handleExpansion];
        }
    }];
@sdpjswl
Copy link
Owner

sdpjswl commented Feb 18, 2016

will look at this, thanks for raising the issue

@sdpjswl
Copy link
Owner

sdpjswl commented Jun 10, 2016

Fixed in version 0.4.

@sdpjswl sdpjswl closed this as completed Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants