diff --git a/es-app/src/components/TextListComponent.h b/es-app/src/components/TextListComponent.h index 002fe5535..b0124f22b 100644 --- a/es-app/src/components/TextListComponent.h +++ b/es-app/src/components/TextListComponent.h @@ -282,7 +282,7 @@ bool TextListComponent::input(InputConfig* config, Input input) } }else{ if(config->isMappedLike("down", input) || config->isMappedLike("up", input) || - config->isMappedLike("rightshoulder", input) || config->isMappedTo("leftshoulder", input)) + config->isMappedLike("rightshoulder", input) || config->isMappedLike("leftshoulder", input)) { stopScrolling(); }