coregis / cbf-programs-map-2023

Rebranding and other updates to the Raise Your Hand Texas Programs Map
GNU General Public License v3.0
0 stars 0 forks source link

Zooming to ESC on load no longer crashes #36

Closed eldang closed 8 months ago

eldang commented 8 months ago

Resolves #35

The issue was that when zooming to an ESC, the code always tries to reset the ISDs dropdown. But when zooming on page load, it was trying to reset that dropdown's tom-select before the tom-select had even been created. So I've simply added a check that the tom-select exists, and if it doesn't exist then the function doesn't try resetting it.

nein09 commented 8 months ago

Thank you for this! What an annoying bug.

coregis commented 8 months ago

LGTM! Thank you @eldang Eldan for fixing the bug and thank you @nein09 Melinda for your suggestions to improve performance