This commit is contained in:
Joeri Exelmans 2025-10-19 23:57:45 +02:00
parent 8144a3ec78
commit 44fb8726ca
4 changed files with 117 additions and 122 deletions

View file

@ -192,8 +192,9 @@ export function App() {
borderLeft: 1,
borderColor: "divider",
flex: '0 0 content',
overflow: "auto",
maxWidth: '30vw',
overflowY: "auto",
overflowX: "visible",
maxWidth: 'min(300px, 30vw)',
}}>
<ShowAST {...{...ast, rt: rt.at(rtIdx!), highlightActive}}/>
<ShowOutputEvents outputEvents={ast.outputEvents}/>