mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
dots menu on flow nodes
This commit is contained in:
parent
ed3f6369fb
commit
9fc1d3b918
3 changed files with 45 additions and 15 deletions
|
@ -65,6 +65,10 @@ const Cell: FC<IProps> = ({
|
|||
>
|
||||
{can_edit && (
|
||||
<div className={styles.menu}>
|
||||
<div className={styles.menu_button}>
|
||||
<Icon icon="dots-vertical" />
|
||||
</div>
|
||||
|
||||
<div className={styles.menu_content}>
|
||||
<Icon icon="cell-single" onClick={toggleViewDescription} />
|
||||
<div className={styles.menu_sep} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue