@sandeepmvn/react-pdf-annotator-v2 1.0.2 → 1.0.3
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/README.md
CHANGED
|
@@ -175,7 +175,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
175
175
|
|
|
176
176
|
## 📮 Issues
|
|
177
177
|
|
|
178
|
-
If you encounter any issues or have suggestions, please file an issue on the [GitHub repository](https://github.com/
|
|
178
|
+
If you encounter any issues or have suggestions, please file an issue on the [GitHub repository](https://github.com/sandeepmvn/react-pdf-annotator-v2-package/issues).
|
|
179
179
|
|
|
180
180
|
## 🙏 Acknowledgments
|
|
181
181
|
|
|
@@ -187,7 +187,7 @@ Built with:
|
|
|
187
187
|
|
|
188
188
|
## 📚 Documentation
|
|
189
189
|
|
|
190
|
-
For more detailed documentation and examples, visit the [documentation site](https://github.com/
|
|
190
|
+
For more detailed documentation and examples, visit the [documentation site](https://github.com/sandeepmvn/react-pdf-annotator-v2-package).
|
|
191
191
|
|
|
192
192
|
---
|
|
193
193
|
|
|
@@ -11652,7 +11652,9 @@ const dv = ({ fileUrl: e, fileName: t }) => {
|
|
|
11652
11652
|
const ge = [];
|
|
11653
11653
|
for (let te = 1; te <= i; te++)
|
|
11654
11654
|
ge.push(
|
|
11655
|
-
/* @__PURE__ */ R("div", { ref: (Le) =>
|
|
11655
|
+
/* @__PURE__ */ R("div", { ref: (Le) => {
|
|
11656
|
+
Ke.current[te - 1] = Le;
|
|
11657
|
+
}, "data-page-number": te, children: /* @__PURE__ */ R(
|
|
11656
11658
|
ol,
|
|
11657
11659
|
{
|
|
11658
11660
|
pdf: r,
|