1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-20 05:19:24 +02:00
Jesse Duffield 64782a433e fix segfault on line by line panel
The state object is sometimes undefined in the onclick method of the
line by line panel. Because we set it to nil in a bunch of places,
I've decided to just change the main context to 'normal' before setting
it to nil anywhere. That way the keybindings for the line by line panel
won't get executed and we won't get a segfault.
2020-01-31 08:27:49 +11:00
..
2020-01-29 17:29:36 +11:00
2020-01-29 18:19:11 +11:00
2020-01-31 08:27:49 +11:00
2020-01-08 22:03:15 +11:00
2019-03-02 13:39:09 +11:00
2019-11-12 22:58:01 +11:00
2019-11-21 22:07:14 +11:00