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

Client pause-resume documents functionality #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ErdalDomi
Copy link
Contributor

Hi,

For a project I'm working on, it is desirable to not update the document (hence the UI) when a user is editing an input field. This would cause confusion

To remedy this, it is proposed to create two functions 'pause' and 'resume' that take an array of document ids. Once a document is paused, the onChange function will not add this document to the docSet (thus propagating changes to the server).

This suggestion actually comes from one of the main library contributors and creator:

image

Please take a look at the code and let me know if this looks good to you or anything should be changed to accommodate this kind of functionality

Thanks again for the library you created

@ErdalDomi
Copy link
Contributor Author

I may have caused a conflict due to an improper pull request. I do apologize if that's the case since this is the first time I contribute to a project

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

Successfully merging this pull request may close these issues.

1 participant