Merge pull request #729 from adamharrison/fix-treeview-clicking

Fix TreeView and StatusView clicking
This commit is contained in:
Adam
2021-12-11 19:05:52 -05:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -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