diff --git a/common/Scrolls/mobileTouchManagerBase.js b/common/Scrolls/mobileTouchManagerBase.js index 67211b2e45..e43e661c04 100644 --- a/common/Scrolls/mobileTouchManagerBase.js +++ b/common/Scrolls/mobileTouchManagerBase.js @@ -805,7 +805,8 @@ } case AscCommon.c_oEditorId.Spreadsheet: { - if (this.Api.isStartAddShape === true) + if (this.Api.isStartAddShape === true || + this.Api.isInkDrawerOn()) { this.desktopTouchState = false; } @@ -813,7 +814,8 @@ } case AscCommon.c_oEditorId.Presentation: { - if (this.Api.isStartAddShape === true) + if (this.Api.isStartAddShape === true || + this.Api.isInkDrawerOn()) { this.desktopTouchState = false; }