Skip to content

Commit

Permalink
I'm not dead yet
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Mar 2, 2023
1 parent 59d6ff2 commit 491fa62
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 @@ -4533,6 +4533,8 @@ namespace winrt::TerminalApp::implementation
void TerminalPage::_onTabDragStarting(winrt::Microsoft::UI::Xaml::Controls::TabView sender,
winrt::Microsoft::UI::Xaml::Controls::TabViewTabDragStartingEventArgs e)
{
// Get the tab impl from this event.
auto eventTab = e.Tab();
auto tabBase = _GetTabByTabViewItem(eventTab);
winrt::com_ptr<TabBase> tabImpl;
tabImpl.copy_from(winrt::get_self<TabBase>(tabBase));
Expand Down

0 comments on commit 491fa62

Please sign in to comment.