Peuj / duplicate-tabs-closer

Duplicate Tabs Closer - Detects and closes duplicate tabs for Chrome and Firefox.
GNU General Public License v3.0
167 stars 29 forks source link

ver 3.5.2 and 3.5.3 doesn't work on 68.9.0esr #40

Closed perdolka closed 3 years ago

perdolka commented 4 years ago

Delete button doesn't work.

Peuj commented 4 years ago

I've introduced the Resize Observer API which is supported since Firefox 69. If I don't find a simple solution I'll probably remove the support for Firefox 68.

perdolka commented 4 years ago

Ok. 3.5.1 works great.

Peuj commented 4 years ago

Yes 3.5.1 doesn't use the Resize Observer API :) Just by curiosity why don't you simply use Firefox 69 ?

perdolka commented 4 years ago

It's just a habit of using ESR versions. :)

Peuj commented 3 years ago

As the latest ESR version is 78.9 and this version support the Resize Observer API, I close the bug. Sorry I've missed time to work on this issue.