From 6231ff5dcd7e1d700f56430c5b7317fa485ff937 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 7 Jul 2024 18:35:03 -0400 Subject: [PATCH] Fix event content (#12) --- src/litegraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litegraph.js b/src/litegraph.js index 09b3f4477..23c524dc7 100755 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -6196,7 +6196,7 @@ LGraphNode.prototype.executeAction = function(action) { bubbles: true, detail: { - type: "empty-double-click", + subType: "empty-double-click", originalEvent: e, } },