this repo has no description
13
fork

Configure Feed

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

vxfw: don't clear ctx.cmds

We assert we have handled all commands before rendering. If we clear, we
definitely will pass the assert, even if we don't handle them all.

-1
-1
src/vxfw/App.zig
··· 118 118 // Reset our context 119 119 ctx.consume_event = false; 120 120 ctx.phase = .capturing; 121 - ctx.cmds.clearRetainingCapacity(); 122 121 } 123 122 switch (event) { 124 123 .key_press => {