fix(ui): 修复长多选 Dropdown 在选择一个选项后滚动会自动重置的问题

https://github.com/gradio-app/gradio/pull/10659
This commit is contained in:
XcantloadX 2025-03-14 14:20:28 +08:00
parent 724ad9f3b5
commit 3283f15f01
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ dependencies = [
"websockets==14.1",
"psutil==6.1.1",
# GUI
"gradio==5.12.0",
"gradio==5.21.0",
# Configuration
"pydantic==2.10.4",
# Resource

View File

@ -14,7 +14,7 @@ python-multipart==0.0.20
websockets==14.1
psutil==6.1.1
# GUI
gradio==5.12.0
gradio==5.21.0
# Configuration
pydantic==2.10.4
# Other