diff --git a/tt-rss.js b/tt-rss.js index 863020505..b53f9db7c 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -604,6 +604,8 @@ function userSwitch() { function editFeedDlg(feed) { + disableHotkeys(); + if (!feed) { alert("Please select some feed first."); return;