fix: edit not trigger
This commit is contained in:
parent
a47d70ecfb
commit
aa21adba52
1 changed files with 2 additions and 2 deletions
|
|
@ -446,7 +446,7 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
color="positive"
|
||||
dense
|
||||
icon="o_edit"
|
||||
@click="
|
||||
@click.stop="
|
||||
() => triggerFileEdit(actionsRow.row, actionsRow.row.pathname)
|
||||
"
|
||||
id="listViewFileEdit"
|
||||
|
|
@ -456,7 +456,7 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
color="negative"
|
||||
dense
|
||||
icon="mdi-trash-can-outline"
|
||||
@click="() => triggerFileDelete(actionsRow.row.pathname)"
|
||||
@click.stop="() => triggerFileDelete(actionsRow.row.pathname)"
|
||||
id="listViewFileDelete"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue