mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
This commit is contained in:
parent
1226459c6f
commit
93d967c2b3
@ -110,7 +110,8 @@ export default class Snapshot {
|
||||
}
|
||||
|
||||
return () => {
|
||||
window.location.href = window.location.origin + url;
|
||||
const path = window.location.href.split('#');
|
||||
window.location.href = path[0] + url;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user