Change the image zoom size if the textbox is edited next to the slider

This commit is contained in:
cmdr2
2023-02-22 19:56:45 +05:30
parent 0e41483564
commit 6e6d236819
2 changed files with 7 additions and 16 deletions

View File

@ -1332,7 +1332,7 @@ outputFormatField.addEventListener('change', e => {
}
})
/********************* Zoom Slider **********************/
thumbnailSizeField.addEventListener('input', () => {
thumbnailSizeField.addEventListener('change', () => {
(function (s) {
for (var j =0; j < document.styleSheets.length; j++) {
let cssSheet = document.styleSheets[j]