cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
90 stars 23 forks source link

Update index.js #324

Closed subdavis closed 2 years ago

subdavis commented 2 years ago

const reassignment on line 920 col = field.getColumn(this, col); was causing my application to fail to load.

ddooley commented 2 years ago

Thanks, done! I'm confused about why the same effect didn't happen for us. Maybe a browser + version?

subdavis commented 2 years ago

I'm not sure either yet. I was trying to reason about why it was only affecting me, but the change is so small that I didn't want to block solving the problem until I understood it.