code icon indicating copy to clipboard operation
code copied to clipboard

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

Open softmarshmallow opened this issue 4 years ago • 0 comments

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;
}

softmarshmallow avatar Dec 02 '21 08:12 softmarshmallow