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

Put handles on a different layer #99

Open
tim-kilian opened this issue Apr 19, 2019 · 1 comment
Open

Put handles on a different layer #99

tim-kilian opened this issue Apr 19, 2019 · 1 comment
Labels
feature New feature or request

Comments

@tim-kilian
Copy link
Member

Problem

Currently the handles are displayed as shapes. We could put them on a ui layer to ensure they stay the same as the viewport zoom. This could fix #18

@tim-kilian tim-kilian added the feature New feature or request label Apr 19, 2019
@0x4d 0x4d mentioned this issue Apr 27, 2019
@tim-kilian
Copy link
Member Author

Remember to remove the quickfix in the ElementRegistry.

/**
* TODO: Remove hotfix for handles
* @return {*}[]
*/
getAll () {
return super.getAll().filter((element) => element.type !== 'handle');
}

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

No branches or pull requests

1 participant