mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[iframes] Fix issue when clicking link in iframe
This commit is contained in:
parent
9bf5494d10
commit
199237820e
@ -508,6 +508,7 @@ render_document_frames(struct session *ses, int no_cache)
|
||||
}
|
||||
|
||||
foreach (doc_view, ses->scrn_frames) doc_view->used = 0;
|
||||
foreach (doc_view, ses->scrn_iframes) doc_view->used = 0;
|
||||
|
||||
if (vs) render_document(vs, ses->doc_view, &doc_opts);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user