fix: 拖选文字时弹窗不再误关闭
所有弹窗背景关闭事件从 @click.self 改为 @mousedown.self, 避免从输入框拖选文字到弹窗外时触发关闭。 影响:LoginModal、RecipeDetailOverlay、UserMenu、TagPicker、 Projects、BugTracker、OilReference 共9处。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
.vite/deps/package.json
Normal file
3
.vite/deps/package.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "module"
|
||||
}
|
||||
Reference in New Issue
Block a user