mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-09 05:39:47 +00:00
fix generate forever and other context menus
This commit is contained in:
@@ -43,7 +43,7 @@ contextMenuInit = function(){
|
|||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
gradioApp().getRootNode().appendChild(contextMenu)
|
gradioApp().appendChild(contextMenu)
|
||||||
|
|
||||||
let menuWidth = contextMenu.offsetWidth + 4;
|
let menuWidth = contextMenu.offsetWidth + 4;
|
||||||
let menuHeight = contextMenu.offsetHeight + 4;
|
let menuHeight = contextMenu.offsetHeight + 4;
|
||||||
|
Reference in New Issue
Block a user