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

Feat: Add operation.disableRotate to Element #106

Closed
Tracked by #53
chenshenhai opened this issue Oct 14, 2021 · 1 comment
Closed
Tracked by #53

Feat: Add operation.disableRotate to Element #106

chenshenhai opened this issue Oct 14, 2021 · 1 comment
Labels
feature Feature request

Comments

@chenshenhai
Copy link
Member

chenshenhai commented Oct 14, 2021

Add operation.disableRotate to Element that it can hide controller for rotating element.

Example:

{
  x: 140,
  y: 120,
  w: 200,
  h: 100,
  type: "rect",
  opetation: {
     disableRotate: true,  //  To hide controller for rotating element
  }
  desc: {
     //...
  },
}
@chenshenhai
Copy link
Member Author

Done: #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant