We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840f2e2 commit 478c13aCopy full SHA for 478c13a
apps/repl/app/components/limber/layout/index.gts
@@ -71,7 +71,6 @@ export const Layout: TOC<{
71
72
<EditorContainer
73
@splitHorizontally={{horizontallySplit}}
74
- {{! @glint-ignore }}
75
{{setupState send}}
76
>
77
<Save />
@@ -80,15 +79,13 @@ export const Layout: TOC<{
80
79
@isMaximized={{state.matches "hasContainer.maximized"}}
81
@needsControls={{toBoolean state.context.container}}
82
83
- {{! @glint-expect-error xstate broken }}
84
@send={{send}}
85
/>
86
87
{{yield to="editor"}}
88
89
</EditorContainer>
90
91
92
{{#if (isResizable state)}}
93
<ResizeHandle @direction={{resizeDirection horizontallySplit}} />
94
{{/if}}
0 commit comments