mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Add dropzone for attachment, paste attachment from clipboard
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user