From 157f6ab02b7e031a3f5a1289ee17dc192b7140e7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 14 Apr 2021 10:56:14 -0400 Subject: [PATCH] Drop lingering chart focus call --- piker/ui/_chart.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 8b8523b3..257a77fb 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -1640,7 +1640,6 @@ async def chart_symbol( # chart, # linked_charts, # ) - # chart.focus() await start_order_mode(chart, symbol, brokername)