queleok / words-hunter

Basic word game implemented in TS. Rules are simple: get points for composing words from the given set of letters.
https://queleok.github.io/words-hunter/
MIT License
1 stars 0 forks source link

Low performance in Safari #45

Open queleok opened 3 years ago

queleok commented 3 years ago

Describe the bug There are some quite notable lags in Safari. It seems like it might be somehow related to the shuffle button.

To Reproduce Steps to reproduce the behavior:

  1. Start new game in Safari
  2. Click on the shuffle button several times
  3. Input words as usual using hw keyboard
  4. Observe lags in both the highlighting and the appearance of letters in the input

Desktop (please complete the following information):

queleok commented 3 years ago

Haven't observed it before the last refactoring & restyling, hence I suspect a regression