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

This commit is contained in:
maTh
2023-01-02 11:04:03 +01:00
committed by GitHub
parent c0a89a99b4
commit ba7cb98bdf

View File

@@ -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) {