chore(menu) rm " "

This commit is contained in:
coderaiser 2017-10-19 12:36:18 +03:00
parent 0c88313682
commit 0303129006

View file

@ -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
};