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

extsearch: Fix regressions by #2588 #2620

Merged
merged 3 commits into from
Dec 27, 2023
Merged

Conversation

TrimmingFool
Copy link
Contributor

@TrimmingFool TrimmingFool commented Dec 27, 2023

Extsearch was broken by #2588.
extsearch: Fix highlight selection and switch away

Fixes: #2619

contextMenuTable was also broken:
webui: Fix contextMenuTable parameters

Additionally, with table.selCount === 0, table.getFirstSelected() could be null in this check: (table.selCount > 1) || (table.getFirstSelected().length==40). I assume (table.selCount >= 1) && (table.getFirstSelected().length==40) is correct here. This commit resolves this:
datadir: Extract first selected torrent function

@stickz
Copy link
Collaborator

stickz commented Dec 27, 2023

Thanks, I will continue to test the development branch.

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.

Uncaught RangeError: Maximum call stack size exceeded from RangeError: Maximum call stack size exceeded
2 participants