this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

ui: select channel on press vs on release

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

+1 -1
+1 -1
src/App.zig
··· 1480 1480 .height = .{ .limit = 1 }, 1481 1481 }); 1482 1482 if (channel_win.hasMouse(self.state.mouse)) |mouse| { 1483 - if (mouse.type == .release) { 1483 + if (mouse.type == .press and mouse.button == .left) { 1484 1484 self.state.buffers.selected_idx = row; 1485 1485 self.loop.?.postEvent(.redraw); 1486 1486 }