File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.3.3
3+ rev : v0.3.4
44 hooks :
55 - id : ruff
66 args :
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = "streamlit-keyup" ,
10- version = "0.2.3 " ,
10+ version = "0.2.4 " ,
1111 author = "Zachary Blackwood" ,
12121313 description = "Text input that renders on keyup" ,
Original file line number Diff line number Diff line change @@ -90,11 +90,12 @@ function onRender(event) {
9090 input . onkeyup = onKeyUp
9191 }
9292
93+ // Render with the correct height
94+ Streamlit . setFrameHeight ( 73 )
95+
9396 window . rendered = true
9497 }
9598}
9699
97100Streamlit . events . addEventListener ( Streamlit . RENDER_EVENT , onRender )
98101Streamlit . setComponentReady ( )
99- // Render with the correct height
100- Streamlit . setFrameHeight ( 73 )
You can’t perform that action at this time.
0 commit comments