Polish a turd
This commit is contained in:
parent
e35124f5ac
commit
fbb808c69f
1 changed files with 1 additions and 3 deletions
|
|
@ -173,13 +173,11 @@ function onCreateEditorFinish(text: string) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Child editor (for creating new children) -->
|
<!-- Editor for creating new children -->
|
||||||
<div v-if="creating" class="flex items-start pl-3">
|
<div v-if="creating" class="flex items-start pl-3">
|
||||||
<!-- Fold/unfold symbol -->
|
|
||||||
<div class="flex h-6 items-center">
|
<div class="flex h-6 items-center">
|
||||||
<RiAddLine size="16px" />
|
<RiAddLine size="16px" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<CNoteEditor class="flex-1" @close="onCreateEditorClose" @finish="onCreateEditorFinish" />
|
<CNoteEditor class="flex-1" @close="onCreateEditorClose" @finish="onCreateEditorFinish" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue