mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +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 (
|
if (
|
||||||
options.event &&
|
options.event &&
|
||||||
options.event.constructor !== MouseEvent &&
|
options.event.constructor !== MouseEvent &&
|
||||||
options.event.constructor !== CustomEvent
|
options.event.constructor !== CustomEvent &&
|
||||||
|
options.event.constructor !== PointerEvent
|
||||||
) {
|
) {
|
||||||
console.error(
|
console.error(
|
||||||
"Event passed to ContextMenu is not of type MouseEvent or CustomEvent. Ignoring it."
|
"Event passed to ContextMenu is not of type MouseEvent or CustomEvent. Ignoring it."
|
||||||
|
|||||||
Reference in New Issue
Block a user