Skip to content

Commit

Permalink
Fix cursor restore to happen on the tab row (microsoft#8952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Don-Vito authored Feb 5, 2021
1 parent 230fad5 commit 9cb8db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cascadia/TerminalApp/TerminalPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ namespace winrt::TerminalApp::implementation
}
CATCH_LOG();

_tabRow.PointerMoved({ this, &TerminalPage::_RestorePointerCursorHandler });

_tabView.CanReorderTabs(!isElevated);
_tabView.CanDragTabs(!isElevated);

Expand Down

0 comments on commit 9cb8db8

Please sign in to comment.