Enable Scrolling
This commit is contained in:
@@ -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
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user