k-ivan / tabs-slider

Tabs slider

Home Page:https://k-ivan.github.io/tabs-slider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lighthouse Best Practice error

nessor opened this issue · comments

Lighthouse throws an best practice error for the tabSlider script.

image

The error is on line 306/307 wich are

      const dragEvent = this.dragEvent.event();
      this.content.addEventListener(dragEvent.start, this.handlerStart);

A recommendation can be found here

commented

Hi @nessor !
You're right, I'll add this option.

Cool! :) Thank you!

commented

Updated to version 1.2.3

Perfect! Great, thanks! :)

By the way: Cool package ;)

commented

Thanks you!