fix generate forever and other context menus

master
AUTOMATIC 3 years ago
parent 82905f520c
commit 23d68bfc9a

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

Loading…
Cancel
Save