fix comment-tab
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
<!-- OAuth Comment System - Load globally for session management -->
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-C2nhj09r.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-6vwaM28e.css">
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-mfW-OeY_.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-Cm5qR-aM.css">
|
@ -262,8 +262,8 @@ function setupAskAIEventListeners() {
|
||||
}
|
||||
}
|
||||
|
||||
// Enter key to send message
|
||||
if (e.key === 'Enter' && e.target.id === 'aiQuestion' && !e.shiftKey) {
|
||||
// Enter key to send message (only when not composing Japanese input)
|
||||
if (e.key === 'Enter' && e.target.id === 'aiQuestion' && !e.shiftKey && !e.isComposing) {
|
||||
e.preventDefault();
|
||||
askQuestion();
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
<!-- OAuth Comment System - Load globally for session management -->
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-C2nhj09r.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-6vwaM28e.css">
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-mfW-OeY_.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-Cm5qR-aM.css">
|
Reference in New Issue
Block a user