Skip to content

Commit 1e33264

Browse files
committedOct 6, 2024
eh
1 parent 478c13a commit 1e33264

File tree

1 file changed

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

1 file changed

+5
-0
lines changed
 

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

+5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ export const Layout: TOC<{
8686

8787
</EditorContainer>
8888

89+
{{!
90+
Unfortunately, even if we were to use native container queries,
91+
we wouldn't be able to conditionally render stuff as
92+
native container queries are CSS only.
93+
}}
8994
{{#if (isResizable state)}}
9095
<ResizeHandle @direction={{resizeDirection horizontallySplit}} />
9196
{{/if}}

0 commit comments

Comments
 (0)