v-perfect-signature icon indicating copy to clipboard operation
v-perfect-signature copied to clipboard

Currently, when modifying the penColor-prop, it affects all existing paths.

Open MQMMax opened this issue 3 years ago • 2 comments

please Set a parameter to control whether all paths take effect

MQMMax avatar Aug 13 '22 10:08 MQMMax

@MQMMax did you ever find a workaround for this?

platform-kit avatar Oct 18 '23 20:10 platform-kit

Define a ref to VPerfectSignature component and after change the color, trigger this:

this.$nextTick(() => {
    this.$refs.signaturePad.inputPointsHandler()
})

vitormattos avatar Feb 17 '24 17:02 vitormattos