mirror of https://codeberg.org/cage/tinmop/
- [GUI] reinitialized internal state of the renderer when rendering an error page.
This commit is contained in:
parent
47f98d7442
commit
0858bb3534
|
@ -827,6 +827,7 @@
|
|||
(defun render-gemtext-string (main-window parsed-lines &key (links-path-prefix ""))
|
||||
(ev:with-enqueued-process-and-unblock ()
|
||||
(clear-gemtext main-window)
|
||||
(initialize-ir-lines main-window)
|
||||
(collect-ir-lines links-path-prefix gui-goodies:*main-frame* parsed-lines)))
|
||||
|
||||
(defun iri-ensure-path (iri)
|
||||
|
|
Loading…
Reference in New Issue