Skip to content

Commit fb3d3dc

Browse files
authored
Upd: shortcuts.js
1 parent 1a8e145 commit fb3d3dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
##### 🐛 Bug Fixes
1616

1717
- Save image not saving the correct page in manga mode [`b14a26e`](https://github.com/ollm/OpenComic/commit/b14a26eacdc77d37cdeb578fc203438058c7c5e2)
18-
- Sometimes right click on reading fails
18+
- Sometimes right click on reading fails [`b14a26e`](https://github.com/ollm/OpenComic/commit/1a8e145a997c67494e1a6c70c5f73acee7720000)
1919

2020
## [v1.3.1](https://github.com/ollm/OpenComic/releases/tag/v1.3.1) (05-10-2024)
2121

scripts/shortcuts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function inputIsFocused()
2929

3030
function clickTapZone(event, button)
3131
{
32-
if(reading.abortClick(event) && button != 'rightClick')
32+
if(reading.abortClick(event) && button != 'rightClick' && button != 'middleClick')
3333
return false;
3434

3535
const contentRight = template._contentRight();

0 commit comments

Comments
 (0)