Skip to content

Commit 8fff627

Browse files
committed
feat: space key
1 parent a161bd6 commit 8fff627

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

epub_browser/processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,6 @@ def create_chapter_template(self, content, style_links, chapter_index, chapter_t
30253025
// 键盘事件处理
30263026
function handleKeyDown(e) {{
30273027
if (!isPaginationMode || isKindleMode()) return;
3028-
console.log(e.key);
30293028
switch(e.key) {{
30303029
case 'ArrowLeft':
30313030
if (currentPage > 0) {{

0 commit comments

Comments
 (0)