Better grid layout

This commit is contained in:
Magnus Åhall 2025-02-09 11:50:11 +01:00
parent e276e6d156
commit bb6279c55a
3 changed files with 38 additions and 21 deletions

View file

@ -29,10 +29,7 @@ export class Notes2 extends Component {
return html`
<${Tree} app=${this} key=${treeKey} startNode=${startNode} />
<div id="nodeui">
<${NodeUI} app=${this} ref=${this.nodeUI} startNode=${startNode} />
</div>
<${NodeUI} app=${this} ref=${this.nodeUI} startNode=${startNode} />
`
}//}}}
getStartNode() {//{{{