mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 22:59:44 +02:00
Add dropzone for attachment, paste attachment from clipboard
This commit is contained in:
parent
e1364925ed
commit
246eb17249
24 changed files with 576 additions and 253 deletions
|
@ -60,7 +60,7 @@ module.exports = {
|
|||
dirname: file.extra.dirname,
|
||||
filename: file.filename,
|
||||
isImage: file.extra.isImage,
|
||||
name: file.filename,
|
||||
name: file.extra.name,
|
||||
},
|
||||
inputs.requestId,
|
||||
this.req,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue