btovis / btovis.github.io

University of Cambridge CompSci Group Project Coursework
https://btovis.github.io/
Other
0 stars 0 forks source link

UI lag caused by react how? #280

Closed CGDogan closed 8 months ago

CGDogan commented 8 months ago

go to dateoption callback and comment out

    this.panel.recalculateFilters(this);
    this.panel.refreshComponent();
    this.refreshComponent();

changing date is easy but once the user moves mouse away and clicks on something, unfocusing lags

what causes this?

Hex27 commented 8 months ago

Fixed this in #290, it was introduced in a commit when the accordion was added to each input option

There's a duplicate issue, so I'll close this first while the PR is still open