From f96f78854838baba548dc1e13d7f52f033887cba 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 5976f63a..a0a9e3a8 100644 --- a/data/core/statusview.lua +++ b/data/core/statusview.lua @@ -29,6 +29,7 @@ function StatusView:on_mouse_pressed() and not core.active_view:is(LogView) then command.perform "core:open-log" end + return true end