Backport #31431 by @charles7668
close#31149
The problem is caused by the `data-query=` string affecting the parsing
of the `last_left` parameter. When the page is first rendered,
`data-query=` does not exist. However, after clicking expand, the
returned HTML contains this string, causing the line numbers to start
from 1 upon expanding a second time.
before fix

after fix

Co-authored-by: charles <30816317+charles7668@users.noreply.github.com>