@eui/showcase 21.0.0-next.24 → 21.0.0-next.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -167,8 +167,9 @@ class DocPageDevGuideComponent {
|
|
|
167
167
|
if (fragment) {
|
|
168
168
|
setTimeout(() => {
|
|
169
169
|
this.fragmentId = fragment;
|
|
170
|
+
this.cdRef.detectChanges();
|
|
170
171
|
const fgm = document.getElementById(fragment);
|
|
171
|
-
fgm
|
|
172
|
+
fgm?.scrollIntoView();
|
|
172
173
|
}, 1);
|
|
173
174
|
}
|
|
174
175
|
});
|