lint fix v2

This commit is contained in:
Doruk 2025-06-15 18:22:11 +02:00
parent bcd0e62584
commit 2055b63822
2 changed files with 3 additions and 0 deletions

View file

@ -380,6 +380,7 @@ export default {
* Show custom tooltip
* @param {object} beat Beat data
* @param {Event} event Mouse event
* @returns {void}
*/
showTooltip(beat, event) {
if (beat === 0 || !beat) {
@ -436,6 +437,7 @@ export default {
/**
* Hide custom tooltip
* @returns {void}
*/
hideTooltip() {
if (this.tooltipTimeoutId) {

View file

@ -226,6 +226,7 @@ export default {
}
// Accessibility improvements
@media (prefers-reduced-motion: reduce) {
.tooltip-wrapper {
animation: none !important;