Enable Scrolling

This commit is contained in:
Niklas Fäth
2019-07-10 17:18:11 +02:00
committed by GitHub
parent bcb66ac150
commit 6d52868166
+2 -2
View File
@@ -40,7 +40,7 @@ define(['dom'], function (dom) {
try {
element.focus({
preventScroll: true
preventScroll: false
});
} catch (err) {
console.log('Error in focusManager.autoFocus: ' + err);
@@ -548,4 +548,4 @@ define(['dom'], function (dom) {
focusLast: focusLast,
moveFocus: moveFocus
};
});
});