We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6869679 commit 1f10d7dCopy full SHA for 1f10d7d
1 file changed
src/navigation.ts
@@ -885,10 +885,6 @@ export class Navigation {
885
workspace.keyboardAccessibilityMode
886
) {
887
workspace.keyboardAccessibilityMode = false;
888
- workspace.getCursor()?.hide();
889
- if (this.getFlyoutCursor(workspace)) {
890
- this.getFlyoutCursor(workspace)?.hide();
891
- }
892
}
893
894
0 commit comments