Loading client-app/src/oldapp/designs/details/_AddWidgetSelector.js +8 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,14 @@ define([ this._applyHrefValueWithoutHistory(newHref + newAnchor); document.querySelector(newAnchor).scrollIntoView({ var contentSelectedElement = document.querySelector(newAnchor); if (!contentSelectedElement) { console.warn('Tried to focus non-existant content:', newAnchor); return; } contentSelectedElement.scrollIntoView({ behavior: 'smooth' }); } Loading Loading
client-app/src/oldapp/designs/details/_AddWidgetSelector.js +8 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,14 @@ define([ this._applyHrefValueWithoutHistory(newHref + newAnchor); document.querySelector(newAnchor).scrollIntoView({ var contentSelectedElement = document.querySelector(newAnchor); if (!contentSelectedElement) { console.warn('Tried to focus non-existant content:', newAnchor); return; } contentSelectedElement.scrollIntoView({ behavior: 'smooth' }); } Loading