From 752c360d37b263196d1eb1da43ce8e4845331e14 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 28 Aug 2021 10:31:34 -0700 Subject: Revert "Fix focus issue (fix #776)" This reverts commit 946b6d807dc7625b02d4bd48de8da8682e3a3584. --- web/app/view/map/BaseMap.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/app/view') diff --git a/web/app/view/map/BaseMap.js b/web/app/view/map/BaseMap.js index b7c27ce..0107acd 100644 --- a/web/app/view/map/BaseMap.js +++ b/web/app/view/map/BaseMap.js @@ -183,7 +183,6 @@ Ext.define('Traccar.view.map.BaseMap', { if (typeof target === 'string') { target = Ext.get(target).dom; } - target.focus(); this.map.on('pointermove', function (e) { var hit = this.forEachFeatureAtPixel(e.pixel, function () { -- cgit v1.2.3