Skip to content

Commit 1f10d7d

Browse files
fix: remove calls to cursor.hide (#490)
1 parent 6869679 commit 1f10d7d

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
@@ -885,10 +885,6 @@ export class Navigation {
885885
workspace.keyboardAccessibilityMode
886886
) {
887887
workspace.keyboardAccessibilityMode = false;
888-
workspace.getCursor()?.hide();
889-
if (this.getFlyoutCursor(workspace)) {
890-
this.getFlyoutCursor(workspace)?.hide();
891-
}
892888
}
893889
}
894890

0 commit comments

Comments
 (0)