fix generate forever and other context menus

This commit is contained in:
AUTOMATIC 2023-03-25 08:54:01 +03:00
parent 82905f520c
commit 23d68bfc9a

View File

@ -43,7 +43,7 @@ contextMenuInit = function(){
})
gradioApp().getRootNode().appendChild(contextMenu)
gradioApp().appendChild(contextMenu)
let menuWidth = contextMenu.offsetWidth + 4;
let menuHeight = contextMenu.offsetHeight + 4;