diff --git a/js/router.js b/js/router.js index 6b4a737d..53e6b4cd 100644 --- a/js/router.js +++ b/js/router.js @@ -368,6 +368,10 @@ class Router extends Backbone.Router { resolve(); }, 1))); this.isScrolling = false; + if (currentModel.isTypeGroup('contentobject')) { + a11y.focusFirst(document.body); + return; + } } await Adapt.parentView.renderTo(currentModelId); }