fix: Select tagRender click cannot open list #8132 (#8236)

main
Chris Yang 2025-08-27 15:24:42 +08:00 committed by GitHub
parent 74b3018945
commit 7e5008080d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ const SelectSelector = defineComponent<SelectorProps>({
) {
const onMouseDown = (e: MouseEvent) => {
onPreventMouseDown(e);
props.onToggleOpen(!open);
props.onToggleOpen(!props.open);
};
let originData = option;
// For TreeSelect