From ff5c3c149274eb663cc1f982e8081a74e17fd74c Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 11 Dec 2021 18:00:42 -0500 Subject: [PATCH] Also fixed statusview. --- data/core/statusview.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/data/core/statusview.lua b/data/core/statusview.lua index 59773cf0..330fcc76 100644 --- a/data/core/statusview.lua +++ b/data/core/statusview.lua @@ -30,6 +30,7 @@ function StatusView:on_mouse_pressed() and not core.active_view:is(LogView) then command.perform "core:open-log" end + return true end