This commit is contained in:
parent
9a834d0464
commit
405b2cd709
2 changed files with 7 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 394px;
|
||||
max-height: 386px;
|
||||
|
||||
&__item {
|
||||
font-size: 24px;
|
||||
|
|
|
@ -740,6 +740,12 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
|
|||
event.stopPropagation();
|
||||
return true;
|
||||
}
|
||||
if (event.key === "ArrowLeft" || event.key === "ArrowRight") {
|
||||
hideElements(["hint"], protyle);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue