align icon indicating copy to clipboard operation
align copied to clipboard

Abstract React Align

Results 22 align issues
Sort by recently updated
recently updated
newest added

If we keep calling fucntion alignElement when source was invisible(like display was none), the position will be wrong

```tsx function onResize([{ target }]: ResizeObserverEntry[]) { if (!document.documentElement.contains(target)) return; //