Skip to content

Commit 77c5c84

Browse files
committed
lint: fix
1 parent 2ccc465 commit 77c5c84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/app/src/components/AppLayout.vue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ function onLeave(el: Element, done: () => void) {
5252
class="fixed top-0 bottom-0 left-0 border-r border-default flex flex-col max-w-full bg-default"
5353
:style="sidebarStyle"
5454
>
55-
<!-- This is needed for the Monaco editor to be able to position the portal correctly -->
56-
<div class="monaco-editor"><div id="monaco-portal" /></div>
55+
<!-- This is needed for the Monaco editor to be able to position the portal correctly -->
56+
<div class="monaco-editor">
57+
<div id="monaco-portal" />
58+
</div>
59+
60+
<AppHeader />
5761

58-
<AppHeader />
59-
6062
<div class="flex-1 overflow-y-auto relative">
6163
<slot />
6264
</div>

0 commit comments

Comments
 (0)