We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20177fd + b6d3b07 commit c7aca2cCopy full SHA for c7aca2c
ui/packages/platform/src/pages/Bot/Command/Command.tsx
@@ -135,15 +135,6 @@ export const Command = React.memo((props: Props) => {
135
top: 0,
136
behavior: 'smooth'
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
146
- if (footer) footer.style.display = 'none';
147
}
148
149
@@ -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: {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments