提交 094a74d7 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

fix: Search box is forbidden in iOS

上级 eed8fe9e
......@@ -191,7 +191,7 @@ script.
$result.html(resultInnerHtml);
};
$input.on('input', searchPost);
$input.on('keypress', function (e) {
$input.on('keyup', function (e) {
if (e.keyCode === Stun.utils.codeToKeyCode('Enter')) {
searchPost();
}
......
......@@ -43,7 +43,6 @@ search-input-padding = 1rem;
background-color: var(--color-gray-200);
outline: 0;
transition: border-color .3s;
user-select: none;
&:hover,
&:focus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册