Plaximo
Plaximo
> I try something then it's worked for me. I'm using ngx-image-cropper on my project. Node stop dragging when I cropped image. > > image-cropper is control class name, image-roi-select...
Unfortunately by removing this lines, the number widget is not working anymore. I'm receiving NaN if I drag the value.
I had the same issue, but I think I fixed it by changing line 200 inside EditorUtils.cs from Directory.CreateDirectory( Directory.GetParent( saveTo ).FullName ); to Directory.CreateDirectory( Directory.GetParent( saveTo ).Name );
Had the same issue in nextjs. Tailwind was setuped correctly with ``` @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; ``` in globals.scss, but the problem was still there. The problem was...