diff --git a/src/react/TouchInteractionHint.tsx b/src/react/TouchInteractionHint.tsx index bf2b42f0..b3cbe268 100644 --- a/src/react/TouchInteractionHint.tsx +++ b/src/react/TouchInteractionHint.tsx @@ -57,6 +57,9 @@ export default () => { if (!usingTouch || touchInteractionType !== 'classic' || modalStack.length > 0) return null if (!hintText && !entityName) return null + // need to hide "Use" button if there isn't an entity name, but there is a hint text + if (!entityName) return null + return (