mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 08:04:34 +08:00
Merge pull request #4379 from aignatov-bio/ai-sci-7123-fix-drag-n-drop-on-step
Fix step drag/drop file [SCI-7123]
This commit is contained in:
commit
3f10aa979b
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
},
|
||||
methods: {
|
||||
dragEnter(e) {
|
||||
if (this.showFileModal || !urls.upload_attachment_url) return;
|
||||
if (this.showFileModal || !this.urls.upload_attachment_url) return;
|
||||
|
||||
// Detect if dragged element is a file
|
||||
// https://stackoverflow.com/a/8494918
|
||||
|
|
Loading…
Add table
Reference in a new issue