align
align copied to clipboard
Abstract React Align
Results
23
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; //
## Summary by CodeRabbit ## 更新日志 * **杂项** * 更新了开发工具依赖配置。