John-Paul-R / PoE-Atlas-Website

The source code for the PoE Atlas (2020-2021) website.
https://www.poeatlas.net
Mozilla Public License 2.0
2 stars 3 forks source link

Debounce function does not work on Firefox. #36

Closed John-Paul-R closed 3 years ago

John-Paul-R commented 3 years ago

The debounce function from util.js also didn't seem to work on Firefox, while it worked fine on Chrome for some reason, but I didn't check any further.

Original Report

John-Paul-R commented 3 years ago

The debounce function was not actually the cause of the selected Options failing to save, it was an issue with the usage of the debounce function in that particular instance.