mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
refactor: ⚰️ Remove unimplemented Delete action
This commit is contained in:
parent
667acf54f2
commit
e617a9464e
|
@ -72,10 +72,6 @@
|
|||
action: "open",
|
||||
title: "Open",
|
||||
},
|
||||
{
|
||||
action: "delete",
|
||||
title: "Delete",
|
||||
},
|
||||
{
|
||||
action: "copy",
|
||||
title: "Copy",
|
||||
|
@ -89,8 +85,6 @@
|
|||
"/download/" +
|
||||
uploads[x].uploadStatus.fileId
|
||||
)
|
||||
} else if (action == "delete") {
|
||||
alert("TODO")
|
||||
} else {
|
||||
navigator.clipboard.writeText(
|
||||
`${location.origin}/${uploads[x].uploadStatus.fileId}`
|
||||
|
|
Loading…
Reference in a new issue