We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue with the menu not closing/updating its position due to an error in the docClickHandler not actually invoking the hideMenu function.
"docClickHandler = () => this.hideMenu;" should be "docClickHandler = () => this.hideMenu();"
https://github.com/volser/quill-table-ui/blob/master/src/index.ts#L177
It works in version 1.0.5 (the demo) but not in version 1.0.7.
I can do a PR for this but as it is such a small change its probably easier for you to just update it. Let me know @volser.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an issue with the menu not closing/updating its position due to an error in the docClickHandler not actually invoking the hideMenu function.
https://github.com/volser/quill-table-ui/blob/master/src/index.ts#L177
It works in version 1.0.5 (the demo) but not in version 1.0.7.
I can do a PR for this but as it is such a small change its probably easier for you to just update it. Let me know @volser.
The text was updated successfully, but these errors were encountered: