You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
OS: masOS Ventura - 13.5.2
Browser Chrome
Version 117.0.5938.88 (Official Build) (arm64)
Additional context
Note: Tried to remove the item from the array at DragStart method, but the dragged item also gets removed.
Note2: Maybe this is not a bug, and there is a way to remove the dragged item while keeping the dragging image availablem but I couldn't figure the way
The text was updated successfully, but these errors were encountered:
Describe the bug
When having a 2D grid system dragged item is not erased, thus placeholder generates a new tile.
Steps to reproduce the behavior:
Expected behavior
The original tile is removed.
Screenshots
https://stackblitz.com/edit/stackblitz-starters-veznfz?description=An%20angular-cli%20project%20based%20on%20@angular/animations,%20@angular/common,%20@angular/compiler,%20@angular/core,%20@angular/forms,%20@angular/platform-browser,%20@angular/platform-browser-dynamic,%20@angular/router,%20core-js,%20rxjs,%20tslib%20and%20zone.js&file=src%2Fmain.ts,src%2Fapp.component.scss,src%2Fapp.component.html&title=Angular%20Starter
Desktop (please complete the following information):
Additional context
Note: Tried to remove the item from the array at DragStart method, but the dragged item also gets removed.
Note2: Maybe this is not a bug, and there is a way to remove the dragged item while keeping the dragging image availablem but I couldn't figure the way
The text was updated successfully, but these errors were encountered: