mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 01:20:09 +00:00
Merge pull request #88 from liradb2000/master
Support Microsoft Edge browser
This commit is contained in:
@@ -10175,7 +10175,8 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
if (
|
||||
options.event &&
|
||||
options.event.constructor !== MouseEvent &&
|
||||
options.event.constructor !== CustomEvent
|
||||
options.event.constructor !== CustomEvent &&
|
||||
options.event.constructor !== PointerEvent
|
||||
) {
|
||||
console.error(
|
||||
"Event passed to ContextMenu is not of type MouseEvent or CustomEvent. Ignoring it."
|
||||
|
||||
Reference in New Issue
Block a user