|
// todo this 'D' is a hack and it should be in fact an empty string |
|
// by default the formatter always add the chemical shift |
|
// need to remove: |
|
// https://github.com/cheminfo/nmrium/blob/c2f67752c4ae831d9924a529878717170367dc1a/src/component/hooks/use_publication_strings.ts#L61-L64 |
|
// and change the default formatting value for carbon in workspaceDefaultProperties.ts |
|
type ExportFormatType = 'IMJA' | 'IMJ' | 'D' | 'A'; |
|
|
Not sure why we can not use an empty string but seems not the right way to do.
nmrium/src/component/modal/PublicationStringModal.tsx
Lines 41 to 47 in 65c80a2
Not sure why we can not use an empty string but seems not the right way to do.