Skip to content

Shift + Drag not simulated correctly #26

Open
@EvHaus

Description

@EvHaus

Simulating keyboard options with drag events doesn't work. ie.

$(document.body).simulate('drag', {
    dx: 0,
    dy: 0,
    shiftKey: true
});

The "shiftKey" option is never passed through. Please update the "simulateDrag" method to passthrough all keyboard options such as shiftKey, ctrlKey, etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions