Page title
This commit is contained in:
parent
53f4fc363a
commit
cb6cb750f2
@ -28,6 +28,7 @@ export class NodeUI extends Component {
|
||||
return
|
||||
|
||||
let node = this.node.value
|
||||
document.title = `N: ${node.Name}`
|
||||
|
||||
let crumbs = [
|
||||
html`<div class="crumb" onclick=${()=>this.goToNode(0)}>Start</div>`
|
||||
|
Loading…
Reference in New Issue
Block a user