Merge pull request #1283 from ONLYOFFICE/fix/bugfix

Fix Bug 53429
This commit is contained in:
Julia Radzhabova 2021-10-29 14:42:18 +03:00 committed by GitHub
commit 554a0713a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ define([
parentView.autoScrollToEditButtons(); parentView.autoScrollToEditButtons();
} }
if (textBox && textBox.length) { if (textBox && textBox.length && parentView.scroller) {
domTextBox = textBox.get(0); domTextBox = textBox.get(0);
if (domTextBox) { if (domTextBox) {