fix generate forever and other context menus

This commit is contained in:
AUTOMATIC 2023-03-25 08:54:01 +03:00
parent 133fd7bea5
commit 58c3144d2b

View file

@ -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;