much better!
This commit is contained in:
parent
76c5de5c32
commit
bfb668a164
14 changed files with 93 additions and 71 deletions
|
@ -317,7 +317,7 @@ const Editor: Component<{ root: FileSystemDirectoryHandle }> = (props) => {
|
|||
] as const}</Tree>
|
||||
</Sidebar>
|
||||
|
||||
<Tabs active={setActive} onClose={commands.closeTab}>
|
||||
<Tabs class={css.content} active={setActive} onClose={commands.closeTab}>
|
||||
<For each={tabs()}>{
|
||||
({ key, handle, setApi, setEntries }) => <Tab
|
||||
id={key}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue