We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c727240 commit b66128bCopy full SHA for b66128b
1 file changed
src/browser/CoreBrowserTerminal.ts
@@ -643,7 +643,7 @@ export class CoreBrowserTerminal extends CoreTerminal implements ITerminal {
643
644
// Listen for mouse events and translate
645
// them into terminal mouse protocols.
646
- this._mouseService!.bindMouse({
+ this._mouseService.bindMouse({
647
element: this.element!,
648
screenElement: this.screenElement!,
649
document: this._document!
0 commit comments