From 3472717d017780d44977ad4a7839a8c0f5dda72f Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 30 Aug 2021 18:25:19 +1000 Subject: [PATCH] fixed BUG-44: quickly clicking in folder view can somehow end up with a view/ crash --- templates/files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/files.html b/templates/files.html index 3497a5e..8a0d210 100644 --- a/templates/files.html +++ b/templates/files.html @@ -206,7 +206,7 @@ {% endif %} {# if this dir is the toplevel of the cwd, show the folder icon #} {% if dirname| TopLevelFolderOf(OPT.cwd) %} -
+
{{obj.name}}