guides
guides copied to clipboard
Adding dragGuideStyle apply style to wrong element
Environments
- Framework name: VueJS
- Framework version: 2.5
- Component name: vue-guides
- Component version: 0.23.3
Description
I wanted to change the color of the guides. I added guide-style="{background:'#4affff'}"
. It updates the Guide Line color. However, when I added drag-guide-style="{background:'#4affff'}"
, it applies as the background of the guide position. It should apply the style to dragging guideline.
Please see Attached image