softmarshmallow opened this issue 3 years ago · 0 comments
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; }