From f2ba8dc004b086669c774df191b12412c0b3c6aa Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Mon, 4 Oct 2021 20:22:30 -0700 Subject: [PATCH] Fix autofocus in open channel dialog (#1501) --- frontend/src/components/OpenChannelDialog/OpenChannelDialog.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/OpenChannelDialog/OpenChannelDialog.js b/frontend/src/components/OpenChannelDialog/OpenChannelDialog.js index 4b31b5ac..b1799d3f 100644 --- a/frontend/src/components/OpenChannelDialog/OpenChannelDialog.js +++ b/frontend/src/components/OpenChannelDialog/OpenChannelDialog.js @@ -77,7 +77,6 @@ export default function OpenChannelDialog({ id="pubkey-textarea" label="Node Pub Key" required - autoFocus value={pubkey} fullWidth inputProps={{ @@ -108,7 +107,6 @@ export default function OpenChannelDialog({ id="satperbyte-textarea" label="Sats Per Byte" required - autoFocus value={satperbyte} onChange={handleChangeSatPerBytes} fullWidth