Commit 58c3144d authored by AUTOMATIC's avatar AUTOMATIC
Browse files

fix generate forever and other context menus

parent 133fd7be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ contextMenuInit = function(){

    })

    gradioApp().getRootNode().appendChild(contextMenu)
    gradioApp().appendChild(contextMenu)

    let menuWidth = contextMenu.offsetWidth + 4;
    let menuHeight = contextMenu.offsetHeight + 4;