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
hi.
There is a problem with the image-cropper you are currently using.
When the size of the cropper is reduced to the minimum size with the mouse, the size is not adjusted in any direction except diagonally.
It was confirmed that the size was adjusted when the startmove declared at the bottom was inserted as shown below.
Please check on this issue.
(current) <span class="ngx-ic-resize ngx-ic-right"> <span class="ngx-ic-square"></span> </span>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
hi.
There is a problem with the image-cropper you are currently using.
When the size of the cropper is reduced to the minimum size with the mouse, the size is not adjusted in any direction except diagonally.
It was confirmed that the size was adjusted when the startmove declared at the bottom was inserted as shown below.
Please check on this issue.
(current)
<span class="ngx-ic-resize ngx-ic-right"> <span class="ngx-ic-square"></span> </span>
(After)
<span class="ngx-ic-resize ngx-ic-right" role="presentation" (mousedown)="startMove($event, moveTypes.Resize, 'right')" (touchstart)="startMove($event, moveTypes.Resize, 'right')" > <span class="ngx-ic-square"></span> </span>
The text was updated successfully, but these errors were encountered: