Skip to content

Commit b66128b

Browse files
committed
Avoid unnecessary
1 parent c727240 commit b66128b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/browser/CoreBrowserTerminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ export class CoreBrowserTerminal extends CoreTerminal implements ITerminal {
643643

644644
// Listen for mouse events and translate
645645
// them into terminal mouse protocols.
646-
this._mouseService!.bindMouse({
646+
this._mouseService.bindMouse({
647647
element: this.element!,
648648
screenElement: this.screenElement!,
649649
document: this._document!

0 commit comments

Comments
 (0)