Skip to content

Conversation

@vtenfys
Copy link

@vtenfys vtenfys commented Apr 6, 2025

Fixes #262

@eyalroz
Copy link
Owner

eyalroz commented Apr 6, 2025

Can this really fix anything? it does the exact same thing, doesn't it? 8-(

@vtenfys
Copy link
Author

vtenfys commented Apr 6, 2025

It surprised me too, but it does fix my issue!

ChatGPT offers the following explanation:

image

I think the key issue is the missing function binding.

I haven't tested it, but I expect the following version would also work:

setTimeout(this.waitForFolderCollection.bind(this, searchData), 100);

@eyalroz
Copy link
Owner

eyalroz commented Apr 10, 2025

So, I'll accept this, but - not against the master branch, it needs to happen against the development branch. The master branch always has commits up to the latest release.

Thanks.

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.

Thunderbird (sometimes) fails to accept eval-ish setTimeOut calls

2 participants