Skip to content

Commit 2458a52

Browse files
committed
fix: Fix build error from Marker.hide() removal.
1 parent 29ed311 commit 2458a52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/navigation.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,6 @@ export class Navigation {
790790
workspace.keyboardAccessibilityMode
791791
) {
792792
workspace.keyboardAccessibilityMode = false;
793-
workspace.getCursor()?.hide();
794-
if (this.getFlyoutCursor(workspace)) {
795-
this.getFlyoutCursor(workspace)?.hide();
796-
}
797793
}
798794
}
799795

0 commit comments

Comments
 (0)