Skip to content

Text not selectable after drag #93

@DominikTrenz

Description

@DominikTrenz

It seems that you forgot to activate text selection again after the movement is completed.
On line 507 you deactivate it and it never gets activated again.
Adding
angular.element('body').unbind('selectstart' + eventNamespace);
in the "on mouseup" event fixes that.

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