Fix Bug 53429
This commit is contained in:
parent
04115b7da6
commit
d7be7ef76c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue