1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[document] sort links after rewrite of document

This commit is contained in:
Witold Filipczyk 2023-10-18 16:34:18 +02:00
parent bc597e2b61
commit ba33d709de

View File

@ -314,6 +314,7 @@ delayed_reload(void *data)
assert(rel);
dump_xhtml(rel->cached, rel->document, rel->was_write);
sort_links(rel->document);
draw_formatted(ses, rel->was_write ? 3 : 0);
load_common(ses);
mem_free(rel);