mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 06:34:11 +02:00
[feature] key bindings: left & right arrow are always on
This commit is contained in:
committed by
Markus Heiser
parent
b189578b6b
commit
e6b160da62
@@ -74,6 +74,10 @@
|
||||
searxng.scrollPageToSelected();
|
||||
}
|
||||
|
||||
searxng.isDetailOpened = function () {
|
||||
return d.getElementById('results').classList.contains('image-detail-open');
|
||||
}
|
||||
|
||||
searxng.closeDetail = function (e) {
|
||||
d.getElementById('results').classList.remove('image-detail-open');
|
||||
searxng.scrollPageToSelected();
|
||||
|
||||
Reference in New Issue
Block a user