Better grid layout
This commit is contained in:
parent
e276e6d156
commit
bb6279c55a
3 changed files with 38 additions and 21 deletions
|
|
@ -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() {//{{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue