فهرست منبع

open "manage feed" with Ctrl in a new tab (#4980)

maTh 3 سال پیش
والد
کامیت
ba7cb98bdf
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      p/scripts/extra.js

+ 3 - 0
p/scripts/extra.js

@@ -145,6 +145,9 @@ function init_archiving(parent) {
 const freshrssSliderLoadEvent = new Event('freshrss:slider-load');
 
 function open_slider_listener(ev) {
+	if (ev.ctrlKey || ev.shiftKey) {
+		return;
+	}
 	const a = ev.target.closest('.open-slider');
 	if (a) {
 		if (!context.ajax_loading) {