Fix old lines accidentally committed

file-group-page
bat 3 years ago
parent e745c03335
commit a93009a3dc

@ -45,7 +45,10 @@ export class Layout extends HTMLElement {
}
get path() {
return '/hello'
return new URL(
window.location.hash.slice(1) || '/',
window.location
).pathname
}
set editing(value) {

Loading…
Cancel
Save