cheminfo / nmrium

React component to display and process nuclear magnetic resonance (NMR) spectra.
https://docs.nmrium.org
MIT License
55 stars 25 forks source link

Drag drop of cytisin jcamp crash #308

Closed lpatiny closed 4 years ago

lpatiny commented 4 years ago

If you drag and drop

13C_Cytisin_600_fid.dx

It crash

hamed-musallam commented 4 years ago

@lpatiny after i checked, i found the problem in createTree that come from jcamp converter library. import { createTree } from 'jcamp converter';

hamed-musallam commented 4 years ago

done