this repo has no description
13
fork

Configure Feed

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

fix(vxfw): use captureHandler during capture phase

+1 -1
+1 -1
src/vxfw/App.zig
··· 575 575 // Capturing phase 576 576 ctx.phase = .capturing; 577 577 for (path[0..target_idx]) |widget| { 578 - try widget.handleEvent(ctx, event); 578 + try widget.captureEvent(ctx, event); 579 579 if (ctx.consume_event) return; 580 580 } 581 581