Solved by another user like this:
In this file contact-form-7-signature-addon\public\js\scripts.js
Before line 57, add this code:
// Custom Event Listener to populate signature data before submit.
$(form).find('input.wpcf7-submit').on('mouseover', function() {
sigObj.beforeSubmit();
});
Worked for me