1
0
Fork 0
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:
Fedor Katurov 2019-10-23 15:03:17 +07:00
parent ed3f6369fb
commit 9fc1d3b918
3 changed files with 45 additions and 15 deletions

View file

@ -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} />