Merge branch 'development'
This commit is contained in:
commit
450ae5622b
2 changed files with 1 additions and 2 deletions
|
|
@ -276,7 +276,6 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<q-btn @click="refaceFile(currentPath)">Test</q-btn>
|
||||
<div class="q-mt-md">
|
||||
<div class="q-gutter-sm">
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ async function ensureDelete(pathname: string) {
|
|||
.catch((e) => console.error(e));
|
||||
|
||||
const io = getInstance();
|
||||
io?.send("FileDelete", { pathname });
|
||||
io?.emit("FileDelete", { pathname });
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue