This commit is contained in:
Nikita Khromov
2025-05-06 13:15:38 +07:00
parent f75538e15d
commit fc08a3d897

View File

@ -980,6 +980,12 @@
}
}
else {
let oTextBoxShape = this.GetTextBoxShape();
if (false == oTextBoxShape.hitInTextRect(x, y)) {
this.Blur();
return;
}
if (e.ShiftKey) {
this.GetDocContent().StartSelectionFromCurPos();
oDoc.SelectionSetEnd(x, y, e);