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

Fix collapse dictionary not working #1660

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

khaitruong922
Copy link

Fixes #1658
Regression from #1645

Don't need to call this._dictionaries.clear(); since the number of this._dictionaries instances are equal to the deepest level of popup has been spawned. Unlike event listeners, it does not have cumulative effect no matter how many times the user scans.

@khaitruong922 khaitruong922 requested a review from a team as a code owner December 13, 2024 04:16
@Kuuuube Kuuuube added this pull request to the merge queue Dec 13, 2024
@Kuuuube Kuuuube added kind/bug The issue or PR is regarding a bug area/ui-ux The issue or PR is related to UI/UX/Design regression This issue or PR is related to a regression labels Dec 13, 2024
Copy link

github-actions bot commented Dec 13, 2024

Playwright test results

failed  1 failed
passed  4 passed

Details

stats  5 tests across 4 suites
duration  5 minutes, 30 seconds
commit  af2b5b1

Failed tests

chromium › visual.spec.js › visual

Merged via the queue into yomidevs:master with commit af2b5b1 Dec 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui-ux The issue or PR is related to UI/UX/Design kind/bug The issue or PR is regarding a bug regression This issue or PR is related to a regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collapsed Dictionaries Function doesn't work
2 participants