File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
ui/packages/platform/src/pages/Bot/Command Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -135,15 +135,6 @@ export const Command = React.memo((props: Props) => {
135135 top : 0 ,
136136 behavior : 'smooth'
137137 } )
138- const footer : HTMLElement | null = document . querySelector ( "footer" )
139- if ( footer ) footer . style . display = 'flex' ;
140- }
141- }
142-
143- const handleFocus = ( ) => {
144- if ( ( window . innerWidth < theme . breakpoints . values . sm ) && isMobile ) {
145- const footer : HTMLElement | null = document . querySelector ( "footer" )
146- if ( footer ) footer . style . display = 'none' ;
147138 }
148139 }
149140
@@ -205,7 +196,6 @@ export const Command = React.memo((props: Props) => {
205196 onKeyDown = { handleKeyDown }
206197 onChange = { handleChange }
207198 onBlur = { handleBlur }
208- onFocus = { handleFocus }
209199 InputProps = { {
210200 inputRef,
211201 classes : {
You can’t perform that action at this time.
0 commit comments