Problem/Motivation
It seems the "value" variable defined here is never used: https://git.drupalcode.org/project/webform/-/blob/25c372c9a3a7e779d07b8d...
(A variable with a similar name is defined and used in the refresh() function though.)
Steps to reproduce
Proposed resolution
Make sure the variable is not used and remove it.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork webform-3589284
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
garvitasakhrani commentedI am working on it.
Comment #4
garvitasakhrani commentedRemoved the unused value variable from webform.element.signature.js.
Please review the changes. Thankyou.
Comment #5
cilefen commentedComment #8
liam morland