mirror of
https://github.com/coder/code-server.git
synced 2026-05-31 01:19:32 +00:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -136,7 +136,7 @@ export class Gesture extends Disposable {
|
||||
return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || (window as Window).navigator.msMaxTouchPoints > 0;
|
||||
}
|
||||
|
||||
public dispose(): void {
|
||||
public override dispose(): void {
|
||||
if (this.handle) {
|
||||
this.handle.dispose();
|
||||
this.handle = null;
|
||||
|
||||
Reference in New Issue
Block a user