chore(lint): burn down remaining warnings to zero
This commit is contained in:
@@ -289,7 +289,7 @@ function hideSlashPopup() {
|
||||
_slashPopupIndex = -1;
|
||||
}
|
||||
|
||||
function updatePopupSelection(filtered) {
|
||||
function updatePopupSelection(_filtered) {
|
||||
const popup = _elements.slashPopup;
|
||||
if (!popup) {return;}
|
||||
const items = popup.querySelectorAll('.slash-popup-item');
|
||||
|
||||
Reference in New Issue
Block a user