Skip to content
Snippets Groups Projects
Commit 56a78f1f authored by Julian's avatar Julian
Browse files

Hide highlight on drag leave

parent 18b1cb4e
No related branches found
No related tags found
1 merge request!2Resolve "Implement basic functionality"
......@@ -2,6 +2,7 @@
<div
@dragover.prevent="disabled ? undefined : handleDragOver($event)"
@drop.prevent="disabled ? undefined : handleDrop($event)"
@dragleave="$refs.highlightContainer.style.display = 'none'"
class="grid"
>
<div class="highlight-container" ref="highlightContainer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment