Added Input pasted event and added to all modes (#593)
This commit is contained in:
@@ -893,6 +893,7 @@ void UnitConverterViewModel::OnPaste(String ^ stringToPaste)
|
||||
return;
|
||||
}
|
||||
|
||||
TraceLogger::GetInstance().LogInputPasted(Mode);
|
||||
bool isFirstLegalChar = true;
|
||||
bool sendNegate = false;
|
||||
wstring accumulation = L"";
|
||||
|
Reference in New Issue
Block a user