diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-08-22 21:12:12 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-08-22 21:12:12 -0400 |
| commit | d8743bbc53c8db43151ef89d21264b531bea3d4c (patch) | |
| tree | ba941b7aa904bbde985d3a76ca90028f4bf8a475 /mux.go | |
| parent | 59cf78dbab8549761207b706f9856898cb5cd9c2 (diff) | |
| download | gui-d8743bbc53c8db43151ef89d21264b531bea3d4c.zip | |
test attachHandler
Diffstat (limited to 'mux.go')
| -rw-r--r-- | mux.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ func (mux Mux) MakeEnv() Env { eventsIn: eventsIn, eventsOut: eventsOut, draw: drawChan, - attachChan: attached.attach, + attachChan: attached.attach(), kill: kill, dead: dead, detachFromMux: detachFromMux, |