Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing close bracket in imagediff (#22710)
There was a missing `]` in imagediff.js: ``` const $range = $container.find("input[type='range'"); ``` This PR simply adds this. Fix #22702
- Loading branch information