cass-degrees / CASS-Degrees-Code

Primary Codebase for the TechLauncher CASS Degrees project
4 stars 1 forks source link

Simple year change bugfix #447

Closed JackSekoranja closed 5 years ago

JackSekoranja commented 5 years ago

This PR will fix an issue where changing the year when editing programs would slow the front-end and back-end to a crawl. It was happening as it was redrawing the entire app every time the year changed slightly. Now, only the subplan components will be redrawn, and it will only occur once the user stops changing the year.