chore: Add a bit more of delay to hover checks, b=no-bug, c=compact-mode

This commit is contained in:
Mr. M
2025-07-29 22:18:50 +02:00
parent 1e6067d100
commit ff5c0543d5

View File

@@ -597,7 +597,7 @@ var gZenCompactModeManager = {
target.removeAttribute('zen-has-hover')
);
}
}, 0);
}, 10);
};
target.addEventListener('mouseenter', onEnter);