|
@@ -107,8 +107,8 @@ namespace PDF_Office.ViewModels.BOTA
|
|
|
if (mouse.Source is TextBox)
|
|
|
{
|
|
|
TextBox textBox = (TextBox)mouse.Source;
|
|
|
- textBox.Select(textBox.Text.Length, 0);
|
|
|
- textBox.SelectAll();
|
|
|
+ //textBox.Select(textBox.Text.Length, 0);
|
|
|
+ //textBox.SelectAll();
|
|
|
}
|
|
|
}
|
|
|
}
|