We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8382739 commit 8a9f3ecCopy full SHA for 8a9f3ec
packages/client/builtin/KaTexBlockWrapper.vue
@@ -74,7 +74,7 @@ onMounted(() => {
74
75
// For each row we extract the individual equation rows
76
const equationRowsOfEachParent = Array.from(equationParents)
77
- .map(item => Array.from(item.querySelectorAll('.vlist-t > .vlist-r > .vlist > span > .mord')))
+ .map(item => Array.from(item.querySelectorAll(':scope > .vlist-t > .vlist-r > .vlist > span > .mord')))
78
// This list maps rows from different parents to line them up
79
const lines: Element[][] = []
80
for (const equationRowParent of equationRowsOfEachParent) {
0 commit comments