@bitux/review-layer-react 0.1.5 → 0.1.6
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.
|
@@ -35,9 +35,9 @@ export declare function getFallbackPosition(comment: Comment): {
|
|
|
35
35
|
*/
|
|
36
36
|
export declare function getFallbackRect(comment: Comment): DOMRect | null;
|
|
37
37
|
/**
|
|
38
|
-
* Pin position: prioriza
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* Pin position: prioriza el elemento en vivo por selector para que el pin
|
|
39
|
+
* siga al elemento al hacer scroll. Solo usa coordenadas guardadas cuando
|
|
40
|
+
* el selector no encuentra el elemento (p. ej. DOM cambiado, SPA).
|
|
41
41
|
*/
|
|
42
42
|
export declare function getCommentPinPosition(comment: Comment): {
|
|
43
43
|
x: number;
|