mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Fix event content (#12)
This commit is contained in:
@@ -6196,7 +6196,7 @@ LGraphNode.prototype.executeAction = function(action)
|
|||||||
{
|
{
|
||||||
bubbles: true,
|
bubbles: true,
|
||||||
detail: {
|
detail: {
|
||||||
type: "empty-double-click",
|
subType: "empty-double-click",
|
||||||
originalEvent: e,
|
originalEvent: e,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user