diff options
| author | 2022-09-28 21:19:41 +0200 | |
|---|---|---|
| committer | 2022-09-28 21:19:41 +0200 | |
| commit | ad9329ff47944b43d23b6a50ae89a2d6bb4867e6 (patch) | |
| tree | 00c55d934e645bff263a3289aaab8bdcdb4688b1 /p/scripts | |
| parent | 28461df5b87d6d51544f4ce7951f14037a0e2429 (diff) | |
Update main.js (#4652)
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index a9f0986de..30fc795a1 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1109,7 +1109,7 @@ function init_stream(stream) { el = ev.target.closest('.flux_header, .flux_content'); if (el) { // flux_toggle - if (ev.target.closest('.content, .item.website, .item.link, .dropdown')) { + if (ev.target.closest('.reader, .content, .item.website, .item.link, .dropdown')) { return true; } if (!context.sides_close_article && ev.target.matches('.flux_content')) { |
