maTh 3 лет назад
Родитель
Сommit
ad9329ff47
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      p/scripts/main.js

+ 1 - 1
p/scripts/main.js

@@ -1109,7 +1109,7 @@ function init_stream(stream) {
 
 
 		el = ev.target.closest('.flux_header, .flux_content');
 		el = ev.target.closest('.flux_header, .flux_content');
 		if (el) {	// flux_toggle
 		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;
 				return true;
 			}
 			}
 			if (!context.sides_close_article && ev.target.matches('.flux_content')) {
 			if (!context.sides_close_article && ev.target.matches('.flux_content')) {