forked from extern/easydiffusion
Change the image zoom size if the textbox is edited next to the slider
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user