Browse Source

Fix old lines accidentally committed

file-group-page
bat 3 years ago
parent
commit
a93009a3dc
  1. 5
      components/layout.js

5
components/layout.js

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

Loading…
Cancel
Save