sync
This commit is contained in:
parent
ed2c8666f1
commit
395f306fef
1 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { createEffect, createMemo, createSignal, For, Match, Show, Switch, type Component } from "solid-js"
|
import { createEffect, createMemo, For, Match, Show, Switch, type Component } from "solid-js"
|
||||||
import { Dynamic } from "solid-js/web"
|
import { Dynamic } from "solid-js/web"
|
||||||
import path from "path"
|
import path from "path"
|
||||||
import { useRouteData } from "./context/route"
|
import { useRouteData } from "./context/route"
|
||||||
|
|
@ -43,10 +43,6 @@ export function Session() {
|
||||||
if (evt.name === "pagedown") scroll.scrollBy(scroll.height / 2)
|
if (evt.name === "pagedown") scroll.scrollBy(scroll.height / 2)
|
||||||
})
|
})
|
||||||
|
|
||||||
const [store, setStore] = createStore({
|
|
||||||
items: [] as { multiline: boolean }[],
|
|
||||||
})
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<box paddingTop={1} paddingBottom={1} paddingLeft={2} paddingRight={2} flexGrow={1} maxHeight="100%">
|
<box paddingTop={1} paddingBottom={1} paddingLeft={2} paddingRight={2} flexGrow={1} maxHeight="100%">
|
||||||
<Show when={session()}>
|
<Show when={session()}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue