In code there is a condition that never gives true
Place: _enterComponentEditMode in Miew.js in miew/src there is condition that never gives true
if (editors === []) { return; }
Probably length of editors should be checked
Better to review code, update it and ensure that editing compounds works
In code there is a condition that never gives true
Place: _enterComponentEditMode in Miew.js in miew/src there is condition that never gives true
if (editors === []) { return; }Probably length of
editorsshould be checkedBetter to review code, update it and ensure that editing compounds works