Fix event content (#12)

This commit is contained in:
Chenlei Hu
2024-07-07 18:35:03 -04:00
committed by GitHub
parent 8e9a0898e5
commit 6231ff5dcd

View File

@@ -6196,7 +6196,7 @@ LGraphNode.prototype.executeAction = function(action)
{
bubbles: true,
detail: {
type: "empty-double-click",
subType: "empty-double-click",
originalEvent: e,
}
},