Stefan Reppner
Stefan Reppner
Maybe https://github.com/tiberiuzuld/angular-gridster2 is a good fit for your requirements. Another way to tackle it would be separate dropzones, each dropzone resembling a row or column. Also check out https://material.angular.io/cdk/drag-drop/overview#restricting-movement-along-an-axis.
How is your grid achieved? Do you use css grid-layout? To get a result as you are describing, at least with this module (or any other html5 drag and drop)...
Hi, I'm good thanks :) I hope you're well, too! The library does not provide any strategy or behavior for how draggable source nodes should by styled while they're dragged....
You need the element with `dndPlaceholderRef` only when you want to implement a sortable list. On drop you will get the index in the drop event so your logic can...
I think I got you now 😁 Let me rephrase your requirements to make sure we're on the same page. ------------------------------------------------------------------ Don't show the `dndPlaceholderRef` when all of the following...
Hi, sounds like an issue with how browsers (mainly recognized this in Chrome and its derivates) changed the way that they take images of the dragged element. Maybe there is...
I don't know if I agree with the idea of `draggable="false"` disabling the draggability of a parent element since there is a difference in semantic to "independent" draggable attributes which...
@todamach Thx for reporting and putting in the effort! I'm not too sure your issue is related. Can you try to remove the *ngIf from the placeholder and see if...
Another workaround is to apply the fix mentioned in https://github.com/nodejitsu/node-http-proxy/issues/1007 ```JS connect: { livereload: { options: { middleware: function (connect, options) { function handleGzip(proxyRes, req, res) { var gzipped =...
I'd also like to see this happen as I'm trying to have a distroless java with buildx to have support for Dockerfile statements like `FROM --platform=$BUILDPLATFORM gcr.io/distroless/java11` and then build...