fixed enter action
这个提交包含在:
父节点
56ff6fd8e5
当前提交
0088d12399
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -260,7 +260,7 @@
|
|||
<script>
|
||||
function handleKeyPress(event) {
|
||||
if (event.key === 'Enter') {
|
||||
submitForm('qso'); // Treat Enter key press as clicking the 'quicksearch-log' button
|
||||
logQuicklog(); // Treat Enter key press as clicking the 'quicksearch-log' button
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
正在加载…
在新工单中引用