mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-26 22:27:58 -05:00
open "manage feed" with Ctrl in a new tab (#4980)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user