mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fixed enter action
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user