Skip to content

Commit

Permalink
Update main.js (FreshRSS#4652)
Browse files Browse the repository at this point in the history
  • Loading branch information
math-GH committed Nov 15, 2022
1 parent dc211f3 commit 2e27570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 2e27570

Please sign in to comment.