@26lights/orcha 0.28.4-dnd12 → 0.28.4-dnd13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +1 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -3613,7 +3613,7 @@ function Ot(a, e) {
|
|
|
3613
3613
|
const t = a[e + 1];
|
|
3614
3614
|
return Te.LexoRank.parse(t.rank).genPrev().format();
|
|
3615
3615
|
} else
|
|
3616
|
-
return Te.LexoRank.
|
|
3616
|
+
return Te.LexoRank.middle().format();
|
|
3617
3617
|
else if (e === a.length - 1) {
|
|
3618
3618
|
const t = a[e - 1];
|
|
3619
3619
|
return Te.LexoRank.parse(t.rank).genNext().format();
|