File tree 1 file changed +0
-10
lines changed
ui/packages/platform/src/pages/Bot/Command
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) => {
135
135
top : 0 ,
136
136
behavior : 'smooth'
137
137
} )
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' ;
147
138
}
148
139
}
149
140
@@ -205,7 +196,6 @@ export const Command = React.memo((props: Props) => {
205
196
onKeyDown = { handleKeyDown }
206
197
onChange = { handleChange }
207
198
onBlur = { handleBlur }
208
- onFocus = { handleFocus }
209
199
InputProps = { {
210
200
inputRef,
211
201
classes : {
You can’t perform that action at this time.
0 commit comments