Skip to content

Commit 478c13a

Browse files
committed
eh
1 parent 840f2e2 commit 478c13a

File tree

1 file changed

+0
-3
lines changed
  • apps/repl/app/components/limber/layout

1 file changed

+0
-3
lines changed

apps/repl/app/components/limber/layout/index.gts

-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export const Layout: TOC<{
7171

7272
<EditorContainer
7373
@splitHorizontally={{horizontallySplit}}
74-
{{! @glint-ignore }}
7574
{{setupState send}}
7675
>
7776
<Save />
@@ -80,15 +79,13 @@ export const Layout: TOC<{
8079
@isMaximized={{state.matches "hasContainer.maximized"}}
8180
@needsControls={{toBoolean state.context.container}}
8281
@splitHorizontally={{horizontallySplit}}
83-
{{! @glint-expect-error xstate broken }}
8482
@send={{send}}
8583
/>
8684

8785
{{yield to="editor"}}
8886

8987
</EditorContainer>
9088

91-
{{! @glint-expect-error xstate broken }}
9289
{{#if (isResizable state)}}
9390
<ResizeHandle @direction={{resizeDirection horizontallySplit}} />
9491
{{/if}}

0 commit comments

Comments
 (0)