fixed #71 : input autofocus on touch devices
This commit is contained in:
@@ -134,6 +134,7 @@ function ChannelViewInput({
|
||||
}
|
||||
|
||||
function focusInput() {
|
||||
if (settings.isTouchScreenDevice) return;
|
||||
textAreaRef.current.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user