Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MQMMax opened this issue Aug 13, 2022 · 2 comments

Comments

@MQMMax
Copy link

MQMMax commented Aug 13, 2022

please Set a parameter to control whether all paths take effect

@platform-kit
Copy link

@MQMMax did you ever find a workaround for this?

@vitormattos
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants