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>
|
||||
|
||||
<!-- Child editor (for creating new children) -->
|
||||
<!-- Editor for creating new children -->
|
||||
<div v-if="creating" class="flex items-start pl-3">
|
||||
<!-- Fold/unfold symbol -->
|
||||
<div class="flex h-6 items-center">
|
||||
<RiAddLine size="16px" />
|
||||
</div>
|
||||
|
||||
<CNoteEditor class="flex-1" @close="onCreateEditorClose" @finish="onCreateEditorFinish" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue