cd-personselector 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cd-personselector",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "人员选择器组件 - 支持多Tab、树形结构、搜索、懒加载、输入框选择模式",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  @tag-change="handleTagChange"
26
26
  >
27
27
  <template #panel>
28
- <div v-if="currentSearchResults.length > 0" class="cd-input-select__panel">
28
+ <div v-if="currentSearchResults.length > 0" class="cd-input-select__panel" @mousedown.stop>
29
29
  <div class="cd-input-select__grid">
30
30
  <t-checkbox
31
31
  v-for="result in paginatedSearchResults"