From 03031290068d389dbda3bfa15376f1897ff20626 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 19 Oct 2017 12:36:18 +0300 Subject: [PATCH] chore(menu) rm " " --- client/modules/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/menu.js b/client/modules/menu.js index a8875b41..c4f3d484 100644 --- a/client/modules/menu.js +++ b/client/modules/menu.js @@ -321,7 +321,7 @@ function MenuProto(position) { const current = Info.element; const rect = current.getBoundingClientRect(); - const position = { + const position = { x: rect.left + rect.width / 3, y: rect.top };