Add delete button and group buttons
This commit is contained in:
parent
6e96ae7fd4
commit
aaca49f1d2
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import {
|
|||
RiArrowUpWideLine,
|
||||
RiCornerDownRightLine,
|
||||
RiCornerUpRightLine,
|
||||
RiDeleteBinLine,
|
||||
RiEditLine,
|
||||
RiPushpinFill,
|
||||
RiPushpinLine,
|
||||
|
|
@ -205,9 +206,14 @@ function onInsertEditorFinish(text: string): void {
|
|||
<CNoteButton :visible="hovering" @click.stop="onInsertChildButtonClick">
|
||||
<RiCornerDownRightLine size="16px" />
|
||||
</CNoteButton>
|
||||
<div class="w-0.5"></div>
|
||||
<CNoteButton :visible="hovering">
|
||||
<RiDeleteBinLine size="16px" />
|
||||
</CNoteButton>
|
||||
<CNoteButton :visible="hovering" @click.stop="onEditButtonClick">
|
||||
<RiEditLine size="16px" />
|
||||
</CNoteButton>
|
||||
<div class="w-0.5"></div>
|
||||
<CNoteButton
|
||||
:visible="hovering || pinned"
|
||||
:inverted="pinned"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue