dsh-clipboard-menu v0.1.1
修复
- 菜单不再被滚动关掉。 此前插件在文档级监听了
scroll,菜单一弹出就被关闭——菜单是固定定位、不随内容移动,而对话区在一轮流式输出时会持续滚动。现已删除该监听;关闭条件保留「菜单外点击 /Esc/ 窗口失焦 / 窗口缩放」。
安装
dsh plugin --profile <profile> add github:wuwaka/dsh-clipboard-menu#v0.1.1Fixes
- The menu is no longer closed by scrolling. The plugin used to listen for
scrollat the document level, which closed the menu the instant it opened: a fixed-position menu does not move with the content, and the conversation scrolls continuously while a turn streams. That listener is gone; closing still happens on an outside mousedown,Esc, window blur and resize.
Install
dsh plugin --profile <profile> add github:wuwaka/dsh-clipboard-menu#v0.1.1Full changelog: v0.1.0...v0.1.1