使搜索框在存在输入内容时mousedown不会造成拖动

This commit is contained in:
tcsnzh
2021-09-20 18:56:16 +08:00
parent 1eeb0fad9a
commit 9d3e7fc4a5
3 changed files with 72 additions and 54 deletions

11
.gitignore vendored
View File

@@ -1,12 +1,21 @@
.DS_Store
dist/
dist/electron/*
dist/web/*
build/*
!build/icons/
node_modules/
npm-debug.log
npm-debug.log.*
.pnpm-debug.log
thumbs.db
!.gitkeep
.idea
dist/
.vscode