mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 06:48:10 -08:00
formatting fix
This commit is contained in:
parent
e24ea2283f
commit
12281a8d02
|
@ -63,7 +63,13 @@ const updateUrlWithNearestHeadingId = (targetElementUuid: string): void => {
|
||||||
|
|
||||||
// If they're all collapsed, remove the hash
|
// If they're all collapsed, remove the hash
|
||||||
if (!targetElement) {
|
if (!targetElement) {
|
||||||
history.pushState(null, null, window.location.origin + window.location.pathname + window.location.search);
|
history.pushState(
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
window.location.origin +
|
||||||
|
window.location.pathname +
|
||||||
|
window.location.search,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue