close DTL panel exactly at the same time as the dialog
This commit is contained in:
parent
bada0df7a6
commit
8bb4f552cd
3 changed files with 6 additions and 8 deletions
|
|
@ -18,11 +18,6 @@ export const useDialogStore = defineStore("dialog", () => {
|
|||
|
||||
function updateFile(newFile) {
|
||||
openedFile.value = newFile;
|
||||
|
||||
// if (!content.value.files) return;
|
||||
// content.value.files = content.value.files.map((file) =>
|
||||
// file.id === newFile.id ? newFile : file
|
||||
// );
|
||||
}
|
||||
|
||||
const route = useRoute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue