fix task cancling bug (#98)

This commit is contained in:
KevinHuSh
2024-03-05 16:33:47 +08:00
committed by GitHub
parent 07d76ea18d
commit 602038ac49
11 changed files with 24 additions and 15 deletions

View File

@ -725,7 +725,7 @@ class HuParser:
(cropout(
bxs,
"figure", poss),
[txt] if not return_html else [f"<p>{txt}</p>"]))
[txt]))
positions.append(poss)
for k, bxs in tables.items():