Skip to content

Commit dfb85bc

Browse files
committed
Remove unneeded test that was part of a previous approach to the issue.
1 parent d790c74 commit dfb85bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/input/tex/FilterUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ namespace FilterUtil {
243243
let _moveLimits = function (options: ParseOptions, underover: string, subsup: string) {
244244
const remove: MmlNode[] = [];
245245
for (const mml of options.getList(underover)) {
246-
if (mml.attributes.get('displaystyle') || mml.getProperty('removed')) {
246+
if (mml.attributes.get('displaystyle')) {
247247
continue;
248248
}
249249
const base = mml.childNodes[(mml as any).base] as MmlNode;

0 commit comments

Comments
 (0)