Skip to content

Cpaste v1.2.13

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:56

v1.2.13

Bug Fix

  • 修复切换智能分组/类型标签后数据闪现然后消失的问题
  • 根因:useTagManagerRefreshfetchHistory 放在 effect 依赖数组中,导致每次切标签触发双重 reset fetch,seq 守卫丢弃第一个正确响应
  • 改用 ref 模式,与 useSearchFetchTriggeruseClipboardEvents 保持一致