We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478c13a commit 1e33264Copy full SHA for 1e33264
apps/repl/app/components/limber/layout/index.gts
@@ -86,6 +86,11 @@ export const Layout: TOC<{
86
87
</EditorContainer>
88
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
+ }}
94
{{#if (isResizable state)}}
95
<ResizeHandle @direction={{resizeDirection horizontallySplit}} />
96
{{/if}}
0 commit comments