mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(menu) rm " "
This commit is contained in:
parent
0c88313682
commit
0303129006
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue