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

Thread alignment is off #27

Open
Giszmo opened this issue Jun 19, 2022 · 3 comments
Open

Thread alignment is off #27

Giszmo opened this issue Jun 19, 2022 · 3 comments

Comments

@Giszmo
Copy link

Giszmo commented Jun 19, 2022

Screenshot from 2022-06-19 13-34-10

@monlovesmango
Copy link
Owner

I'm not sure how to fix this to work 100% of the time. the alignment seems to be off when the content takes too long to load. so far i've just been able mitigate this by putting in a delay for drawing the lines. will keep open for a bit, but will close if no suggestions surface. hoping database updates will help this as well.

@Giszmo
Copy link
Author

Giszmo commented Jul 28, 2022

hacky but why not give it some more rounds of delayed re-layout if stuff still hasn't loaded? Keep track what's missing and set height every 200ms until all is loaded?

@monlovesmango
Copy link
Owner

bc of the recursive way I render the DOM I am hesitant to add too many timeouts.

I am gonna try to add some more strategic triggers for this though.

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