You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your open-source project; it has been incredibly helpful!
I am currently encountering an issue where the console reports: "Unable to preventDefault inside passive event listener invocation." This is due to a recent browser update, which causes a conflict between options.passive = true and ev.preventDefault(), leading to an error with the mousedown event.
The issue is located in your code at: Terminal.ts:774 and Terminal.ts:544.
They use the same utility function: addDisposableDomListener
Have a nice day!
Details
Browser and browser version: Microsoft Edge(127.0.2651.98),Google Chrome(127.0.6533.100)
OS version: win11
xterm.js version: the last
##Screenshot
The text was updated successfully, but these errors were encountered:
First of all, thank you for your open-source project; it has been incredibly helpful!
I am currently encountering an issue where the console reports: "Unable to preventDefault inside passive event listener invocation." This is due to a recent browser update, which causes a conflict between options.passive = true and ev.preventDefault(), leading to an error with the mousedown event.
The issue is located in your code at: Terminal.ts:774 and Terminal.ts:544.
They use the same utility function: addDisposableDomListener
Have a nice day!
Details
##Screenshot
The text was updated successfully, but these errors were encountered: