@kne/react-pdf-sign 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4098,6 +4098,7 @@ const Signature = withLocale(({
4098
4098
  message.error(formatMessage({
4099
4099
  id: 'signatureEmptyError'
4100
4100
  }));
4101
+ setLoading(false);
4101
4102
  return;
4102
4103
  }
4103
4104
  let result = signatureCanvasRef.current.toDataURL('image/png');