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

when set adjustY: false and the trigger node has no enough space, page stop responding #249

Open
Xheldon opened this issue Mar 19, 2021 · 0 comments

Comments

@Xheldon
Copy link

Xheldon commented Mar 19, 2021

The tooltips props is:

align={{
       points: ['tl', 'bl'],
        overflow: {adjustX: true, adjustY: false},
}}
onPopupAlign={(dom, al) => {
        dom.scrollIntoView(false);
}}

When i scroll page let the trigger node near the bottom of the browser, and the trigger node is the last element of the page, then i click the trigger node want the tooltips show up, but the page stop responding.

I doubt it's happened because there is no enough space to show the tooltips, help please.

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