mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-25 06:42:39 +01:00
Rename auto-scroll to reflect its purpose
This commit is contained in:
parent
4348333497
commit
54b5f75905
@ -11,7 +11,7 @@
|
||||
|
||||
const autoScrollControl = document.createElement('div');
|
||||
autoScrollControl.innerHTML = `<input id="auto_scroll" name="auto_scroll" type="checkbox">
|
||||
<label for="auto_scroll">Auto-scroll</label>`
|
||||
<label for="auto_scroll">Scroll to generated image</label>`
|
||||
autoScrollControl.className = "auto-scroll"
|
||||
clearAllPreviewsBtn.parentNode.insertBefore(autoScrollControl, clearAllPreviewsBtn.nextSibling)
|
||||
prettifyInputs(document);
|
||||
|
Loading…
Reference in New Issue
Block a user