fix(ui): 修复长多选 Dropdown 在选择一个选项后滚动会自动重置的问题
https://github.com/gradio-app/gradio/pull/10659
This commit is contained in:
parent
724ad9f3b5
commit
3283f15f01
|
@ -25,7 +25,7 @@ dependencies = [
|
||||||
"websockets==14.1",
|
"websockets==14.1",
|
||||||
"psutil==6.1.1",
|
"psutil==6.1.1",
|
||||||
# GUI
|
# GUI
|
||||||
"gradio==5.12.0",
|
"gradio==5.21.0",
|
||||||
# Configuration
|
# Configuration
|
||||||
"pydantic==2.10.4",
|
"pydantic==2.10.4",
|
||||||
# Resource
|
# Resource
|
||||||
|
|
|
@ -14,7 +14,7 @@ python-multipart==0.0.20
|
||||||
websockets==14.1
|
websockets==14.1
|
||||||
psutil==6.1.1
|
psutil==6.1.1
|
||||||
# GUI
|
# GUI
|
||||||
gradio==5.12.0
|
gradio==5.21.0
|
||||||
# Configuration
|
# Configuration
|
||||||
pydantic==2.10.4
|
pydantic==2.10.4
|
||||||
# Other
|
# Other
|
||||||
|
|
Loading…
Reference in New Issue