@proveanything/smartlinks-utils-ui 0.12.19 → 0.12.21
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.
|
@@ -8866,8 +8866,8 @@ function PreviewReopenPill({
|
|
|
8866
8866
|
const top = vAlign === "top" ? rect.top + TOP_INSET : vAlign === "bottom" ? rect.bottom - TOP_INSET : getViewportCenterY();
|
|
8867
8867
|
setPos({
|
|
8868
8868
|
top,
|
|
8869
|
-
right:
|
|
8870
|
-
left:
|
|
8869
|
+
right: 0,
|
|
8870
|
+
left: 0
|
|
8871
8871
|
});
|
|
8872
8872
|
});
|
|
8873
8873
|
};
|