From eed5544ba53db7fe070b4e42f742be9943c553e1 Mon Sep 17 00:00:00 2001 From: Max Goodhart Date: Sat, 20 Jun 2020 16:44:43 -0700 Subject: [PATCH] Always display manual browser button for spaces in control UI --- src/web/control.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/web/control.js b/src/web/control.js index 58e3421..c3f700e 100644 --- a/src/web/control.js +++ b/src/web/control.js @@ -268,18 +268,16 @@ function GridInput({ }) return ( - - {isDisplaying && ( + {isDisplaying && ( + - )} - {isError && ( - )} - + + )}