From 0858bb3534982d8c4f829ad96d01b4ba6dc0953f Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 16 Jul 2023 14:55:29 +0200 Subject: [PATCH] - [GUI] reinitialized internal state of the renderer when rendering an error page. --- src/gui/client/main-window.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/client/main-window.lisp b/src/gui/client/main-window.lisp index 0193d30..31fab07 100644 --- a/src/gui/client/main-window.lisp +++ b/src/gui/client/main-window.lisp @@ -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)