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

handler position when direction='e' #13

Open
nkm96 opened this issue Nov 1, 2020 · 0 comments
Open

handler position when direction='e' #13

nkm96 opened this issue Nov 1, 2020 · 0 comments

Comments

@nkm96
Copy link

nkm96 commented Nov 1, 2020

Hi.
When I run the demo, left handle is in wrong position:
Capture

I tried to fix this by code, but I could not. It seems cannot catch this code:
// Insert the handle at the beginning of the content if our direction is west or north if (direction === "w" || direction === "n") { content.unshift(handle); } else { content.push(handle); }

Do you have any Idea?
Thanks for your clean package.

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

No branches or pull requests

1 participant