Skip to content

handler position when direction='e' #13

Description

@nkm96

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions