@kne/react-pdf-sign 1.0.1 → 1.0.2

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.
package/dist/index.js CHANGED
@@ -231,8 +231,8 @@ const LocationLayer = withLocale(p => {
231
231
  y: Math.round((stageHeight - height) / 2)
232
232
  }
233
233
  });
234
- setIsInit(true);
235
234
  }
235
+ setIsInit(true);
236
236
  });
237
237
  const themeColor = react.useMemo(() => {
238
238
  const el = document.createElement('div');