This commit is contained in:
Sidharth Vinod
2021-05-17 00:56:28 +05:30
parent 7dfd0fd974
commit 75fd3e4b15
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
}, HISTORY_SAVE_INTERVAL);
});
let isOpen = false;
let isOpen = true;
</script>
<Card {isOpen}>
+2 -6
View File
@@ -111,7 +111,7 @@
<Navbar />
<div class="flex-1 flex overflow-hidden">
<div class="w-2/5 flex flex-col">
<Card isOpen={true}>
<Card>
<div slot="title" class="flex justify-between">
<div class="flex">
<Tabs on:select={tabSelectHandler} {tabs} isOpen={true} title="Mermaid" />
@@ -129,11 +129,7 @@
</div>
</div>
<div class="h-full flex-grow flex flex-col">
<div class="flex-1">
<Editor on:update={updateHandler} {language} {text} {errorMarkers} />
</div>
</div>
<Editor on:update={updateHandler} {language} {text} {errorMarkers} />
</Card>
<div class="flex-1">