Skip to content
Snippets Groups Projects

Resolve "Implement basic functionality"

Merged Julian requested to merge 1-implement-basic-functionality into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -17,6 +17,7 @@
@@ -17,6 +17,7 @@
:h="item.h"
:h="item.h"
>
>
</DragContainer>
</DragContainer>
 
<slot></slot>
</div>
</div>
</template>
</template>
@@ -56,7 +57,7 @@ export default {
@@ -56,7 +57,7 @@ export default {
}
}
}
}
}
}
if (this.posValidation) return this.posValidation(x, y);
if (this.posValidation) return this.posValidation(x, y, key);
return true;
return true;
},
},
handleDragOver(event) {
handleDragOver(event) {
Loading