Added Input pasted event and added to all modes (#593)

This commit is contained in:
Stephanie Anderl
2019-07-18 11:21:35 -07:00
committed by GitHub
parent aea12015bd
commit bb027aa9c3
4 changed files with 16 additions and 0 deletions

View File

@@ -893,6 +893,7 @@ void UnitConverterViewModel::OnPaste(String ^ stringToPaste)
return;
}
TraceLogger::GetInstance().LogInputPasted(Mode);
bool isFirstLegalChar = true;
bool sendNegate = false;
wstring accumulation = L"";