mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
Fix bug #70887
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user