![]()
$el.classList.add('opacity-100'))"
@mousedown="startDrag($event)"
@mousemove="handleDrag($event)"
@mouseup="endDrag($event)"
@mouseleave="endDrag($event)"
@touchstart="startDrag($event)"
@touchmove="handleDrag($event)"
@touchend="endDrag($event)"
draggable="false">