mirror of
				https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
				synced 2025-11-03 19:44:27 +00:00 
			
		
		
		
	Merge pull request #15288 from light-and-ray/allow_use_zoom.js_outside_webui_context
little fixes zoom.js
This commit is contained in:
		
						commit
						c95c46004a
					
				@ -280,7 +280,7 @@ onUiLoaded(async() => {
 | 
			
		||||
        const targetElement = gradioApp().querySelector(elemId);
 | 
			
		||||
 | 
			
		||||
        if (!targetElement) {
 | 
			
		||||
            console.log("Element not found");
 | 
			
		||||
            console.log("Element not found", elemId);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
@ -939,9 +939,9 @@ onUiLoaded(async() => {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    elementIDs.sketch && applyZoomAndPan(elementIDs.sketch, false);
 | 
			
		||||
    elementIDs.inpaint && applyZoomAndPan(elementIDs.inpaint, false);
 | 
			
		||||
    elementIDs.inpaintSketch && applyZoomAndPan(elementIDs.inpaintSketch, false);
 | 
			
		||||
    applyZoomAndPan(elementIDs.sketch, false);
 | 
			
		||||
    applyZoomAndPan(elementIDs.inpaint, false);
 | 
			
		||||
    applyZoomAndPan(elementIDs.inpaintSketch, false);
 | 
			
		||||
 | 
			
		||||
    // Make the function global so that other extensions can take advantage of this solution
 | 
			
		||||
    const applyZoomAndPanIntegration = async(id, elementIDs) => {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user