Skip to content

Commit 2681440

Browse files
committed
fix(float-window): 修复关闭按钮点击导致主窗口弹出
- 添加 onMouseDown stopPropagation 阻止事件冒泡 - 防止父容器拖拽逻辑被误触发导致窗口 API 竞争
1 parent 4500af0 commit 2681440

12 files changed

Lines changed: 767 additions & 134 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "third-parties/claude-code-templates"]
22
path = third-parties/claude-code-templates
33
url = git@github.com:MarkShawn2020/claude-code-templates.git
4+
[submodule "third-parties/claude-plugins-official"]
5+
path = third-parties/claude-plugins-official
6+
url = git@github.com:anthropics/claude-plugins-official.git

0 commit comments

Comments
 (0)