Kevin Strasters
Kevin Strasters
``` _onDragOver(event) { if (this.disabled) { return; } event.dataTransfer.dropEffect = 'copy'; this.preventDefault(event); this._isHovered = true; } ``` when adding this to the dragOver event it fixes the problem additionally adding...
Really would like to hear an update on the state of Node 18. currently blocked from progressing without it.
the issue is the density change is losing to specificity due to being defined earlier in the process somehow? you can fix it pretty easily with another selector around it....
We are experiencing this as well, curious if anyone found any solutions?
Oh interesting! Yes! When I have the same config as you, i have a different result.  I am in Central Time (CDT GMT-5), this happens on both MacOS (latest)...
> Is there any work-around for this? And any ETA on when a fix will be available? Thanks! technically you can offset by one day if your users are localized...