mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-15 15:13:48 -05:00
Fix custom history.push
and history.replace
building bogus location if path is omitted (#31980)
This commit is contained in:
parent
5a8f2fe31d
commit
57a38f071b
@ -51,7 +51,8 @@ function normalizePath(
|
||||
|
||||
if (
|
||||
layoutFromWindow() === 'multi-column' &&
|
||||
!location.pathname?.startsWith('/deck')
|
||||
location.pathname &&
|
||||
!location.pathname.startsWith('/deck')
|
||||
) {
|
||||
location.pathname = `/deck${location.pathname}`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user