Open MaximRobota opened 4 years ago
I didn't find opportunity to drug-drop active. I would add class .active when I'm dropping file in the area.
.active
Do you have for Angular solution like in AngularJs? Ex: Use flow-drag-enter directive:
<div flow-drag-enter="style={border:'4px solid green'}" flow-drag-leave="style={}" ng-style="style"> </div>
Should I close this? It's related to ngx
Yes)
I didn't find opportunity to drug-drop active. I would add class
.active
when I'm dropping file in the area.Do you have for Angular solution like in AngularJs? Ex: Use flow-drag-enter directive: