fx115: fix the itemBox rows stretching on menu open (#3898)
This commit is contained in:
parent
61ef16b9b7
commit
98ed686212
1 changed files with 1 additions and 1 deletions
|
@ -2385,7 +2385,7 @@
|
||||||
let isRightClick = event.type == 'contextmenu';
|
let isRightClick = event.type == 'contextmenu';
|
||||||
if (!isRightClick) {
|
if (!isRightClick) {
|
||||||
event.target.style.visibility = "visible";
|
event.target.style.visibility = "visible";
|
||||||
event.target.style.display = "block";
|
event.target.style.display = "revert";
|
||||||
}
|
}
|
||||||
// On click, we have x/y coordinates so use that
|
// On click, we have x/y coordinates so use that
|
||||||
// On keyboard click, open it next to the target
|
// On keyboard click, open it next to the target
|
||||||
|
|
Loading…
Reference in a new issue