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

fix: setting modal should be resizable from bottomRight only #769

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

xc2
Copy link
Contributor

@xc2 xc2 commented Oct 5, 2024

Description

enable={{
bottomRight: true,
}}

If I don't get it wrong, these lines mean enable bottomRight only.

But as bokuweb/re-resizable said,

If you want to permit only right direction resizing, set { top:false, right:true, bottom:false, left:false, topRight:false, bottomRight:false, bottomLeft:false, topLeft:false }.

This PR makes <Resizable> enables bottomRight only.

Linked Issues

Additional context

Copy link

vercel bot commented Oct 5, 2024

@xc2 is attempting to deploy a commit to the RSS3 Team on Vercel.

A member of the Team first needs to authorize it.

@Innei Innei merged commit 7ef5dfc into RSSNext:dev Oct 6, 2024
3 of 4 checks passed
@xc2 xc2 deleted the fix-resizable-boundary branch October 6, 2024 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants