浏览代码

fix generate forever and other context menus

AUTOMATIC 2 年之前
父节点
当前提交
58c3144d2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      javascript/contextMenus.js

+ 1 - 1
javascript/contextMenus.js

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