mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
lint
This commit is contained in:
parent
8fd1558179
commit
6a87e35bef
1 changed files with 0 additions and 1 deletions
|
|
@ -677,7 +677,6 @@ onUiLoaded(async() => {
|
|||
targetElement.isExpanded = false;
|
||||
function autoExpand() {
|
||||
const canvas = document.querySelector(`${elemId} canvas[key="interface"]`);
|
||||
|
||||
if (canvas) {
|
||||
if (hasHorizontalScrollbar(targetElement) && targetElement.isExpanded === false) {
|
||||
targetElement.style.visibility = "hidden";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue