remove useless captures

This commit is contained in:
Shpuld Shpuldson 2020-06-10 11:49:04 +03:00
parent 1308fdd3bc
commit d3187720c5
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
<form
autocomplete="off"
@submit.prevent="postStatus(newStatus)"
@dragover.prevent.capture="fileDrag"
@dragover.prevent="fileDrag"
>
<div
v-show="showDropIcon"
class="drop-indicator icon-upload"
@dragleave.capture="fileDragStop"
@dragleave="fileDragStop"
@drop.stop="fileDrop"
/>
<div class="form-group">