Skip to content

[Web/css] image selection option as flag --no-drag #91

@softmarshmallow

Description

@softmarshmallow

image

Add flag support to make image non draggable by user.

Layer: non-dragable-image --no-drag

will generate

.image-no-drag{
    user-select: none;
    -webkit-user-drag: none;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions