mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
Fix the litegraph context menu missing prototype after adding translation (#3080)
This commit is contained in:
@@ -101,4 +101,5 @@ export const useContextMenuTranslation = () => {
|
||||
}
|
||||
|
||||
LiteGraph.ContextMenu = ContextMenu as unknown as typeof LiteGraph.ContextMenu
|
||||
LiteGraph.ContextMenu.prototype = OriginalContextMenu.prototype
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user