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
1.9.6
Currently, I cannot trigger the action as the video below shows:
But after I disable HyperCRX the issue won't happen.
No response
- OS: - Browser:
The text was updated successfully, but these errors were encountered:
The issue lies in NativePopover.tsx line 17 and 49
NativePopover.tsx
const $popoverContainer = $('div.Popover'); ... $popoverContainer.css('display', 'none');
The popup button is captured by our NativePopover wrongly and the display is set to none forever after the hidePopover is triggered.
Sorry, something went wrong.
I will try to fix this bug.
wangyantong2000
No branches or pull requests
Version
1.9.6
Current Behavior
Currently, I cannot trigger the action as the video below shows:
2024-06-02.17.30.13.mov
But after I disable HyperCRX the issue won't happen.
Expected Behavior
No response
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: