We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a83dc commit 9f9a1ceCopy full SHA for 9f9a1ce
web_src/js/features/imagediff.js
@@ -263,7 +263,7 @@ export function initImageDiff() {
263
height: sizes.max.height * factor + 4
264
});
265
266
- const $range = $container.find("input[type='range'");
+ const $range = $container.find("input[type='range']");
267
const onInput = () => sizes.image1.parent().css({
268
opacity: $range.val() / 100
269
0 commit comments