Add ligation group "CLIK"
This commit is contained in:
parent
7987462935
commit
24325f0188
12 changed files with 50 additions and 44 deletions
|
@ -152,7 +152,7 @@ async function processLigSetPreDef() {
|
|||
const md = new MdCol("Section-Cherry-Picking-Predefined");
|
||||
md.log(`* Styles for ligation sets, include:\n`);
|
||||
for (const gr in ligData.rawSets) {
|
||||
if (ligData.rawSets[gr].disableHives) continue;
|
||||
if (ligData.rawSets[gr].isOptOut) continue;
|
||||
const longDesc =
|
||||
ligData.rawSets[gr].longDesc ||
|
||||
`Default ligation set would be assigned to ${ligData.rawSets[gr].desc}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue