Save and restore the value of EquationInputArea when users scroll (#866)
* Save and restore the value of EquationInputArea when users scroll * clean up * replace ->Focus(..) by FocusManager::TryFocus(...)
This commit is contained in:
@@ -2101,6 +2101,7 @@
|
||||
FontWeight="{TemplateBinding FontWeight}"
|
||||
AcceptsReturn="false"
|
||||
InputScope="Text"
|
||||
MathText="{Binding MathEquation, RelativeSource={RelativeSource TemplatedParent}, Mode=TwoWay}"
|
||||
MaxLength="2048"
|
||||
TextWrapping="NoWrap">
|
||||
<Controls:MathRichEditBox.ContextFlyout>
|
||||
|
||||
Reference in New Issue
Block a user