fix: Issues #60 done.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<!-- Have Data -->
|
||||
<div class="m-auto w-full h-[calc(100%_-_56px)]">
|
||||
<div class="w-full h-full overflow-y-auto overflow-x-auto scrollbar px-4 text-center">
|
||||
<draggable class="h-full" :group="{name: 'activity'}" :list="listSequence" itemKey="name" animation="300" :forceFallback="true" :dragClass="'dragSelected'" :fallbackTolerance="5" @start="onStart" @end="onEnd" :component-data="getComponentData()">
|
||||
<draggable class="h-full" :group="{name: 'activity'}" :list="listSequence" itemKey="name" animation="300" :forceFallback="true" :dragClass="'dragSelected'" :fallbackTolerance="5" @start="onStart" @end="onEnd" :component-data="getComponentData()" :ghostClass="'!opacity-0'">
|
||||
<template #item="{ element, index }">
|
||||
<div :title="element">
|
||||
<div class="flex justify-center items-center">
|
||||
|
||||
Reference in New Issue
Block a user