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

[ecmascript] unlock previously locked document

This commit is contained in:
Witold Filipczyk 2023-10-20 18:02:41 +02:00
parent 19cb86aeff
commit 9fc4d8022d

View File

@ -312,6 +312,7 @@ delayed_reload(void *data)
struct session *ses = rel->ses;
assert(rel);
object_unlock(rel->document);
dump_xhtml(rel->cached, rel->document, rel->was_write);
sort_links(rel->document);