mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
Support Microsoft Edge browser
event constructor type => pointerevent in MS Edge
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