Skip to content

Commit

Permalink
update event on window
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Jul 6, 2024
1 parent e316a3c commit 36e6a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (win *Window) HandleEvents() {

// Create window chan event and listen events from window event
events := make(chan event.Event)
acks := make(chan struct{})
acks := make(chan struct{}, 2)
go func() {
for {
ev := win.Event()
Expand Down

0 comments on commit 36e6a90

Please sign in to comment.