chore(deps): update deps

This commit is contained in:
Azir
2025-03-05 18:15:04 +08:00
parent a03becdaed
commit 52c336d7e0
7 changed files with 1048 additions and 1255 deletions

View File

@ -114,7 +114,7 @@ function setDropdown(config: Partial<DropdownConfig>) {
let isClickContextMenu = false;
function handleDropdownVisible(visible: boolean) {
function handleDropdownVisible(visible: boolean | undefined) {
if (!isClickContextMenu) {
setDropdown({ visible });
}