Skip to content

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:30

修复

  • 右键菜单/Popover 首帧闪到左上角:Radix Popper 只在 useLayoutEffect 完成测量后才在 Content 上写入 data-side,未测量前可能出现"闪一下"的旧位置。加了一层全局 CSS 兜底:未定位完成的 Content 全部透明且不可交互。