Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g122622 committed Feb 20, 2024
1 parent 07f94f6 commit 6f3d964
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/FileMgr/FileMgr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -690,11 +690,6 @@ const currentFileTableForRender = computed<FileTable['items']>(() => {
})
// <杂项>
const copyToClipboard = (arg: string) => {
navigator.clipboard.writeText(arg)
notification.success("复制成功")
}
const DialogMgrRef = ref(null)
// <文件选择>
Expand Down

0 comments on commit 6f3d964

Please sign in to comment.