fix precise-volume+searchbox interaction

This commit is contained in:
Araxeus
2023-01-24 00:45:34 +02:00
parent 0f09f8a8ed
commit bc49e09810

View File

@ -235,6 +235,7 @@ function setTooltip(volume) {
function setupLocalArrowShortcuts() {
if (options.arrowsShortcut) {
window.addEventListener('keydown', (event) => {
if ($('ytmusic-search-box').opened) return;
switch (event.code) {
case "ArrowUp":
event.preventDefault();