Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cropper box minumum size. not size change top, right, left, bottom #595

Open
hoyeong2021 opened this issue Oct 20, 2023 · 1 comment
Open
Labels

Comments

@hoyeong2021
Copy link

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>

Copy link

stale bot commented Mar 17, 2024

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.

@stale stale bot added the stale label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant