hermes-agent/apps
Austin Pickett 73ce7f9bed fix(desktop): make WSLg window-control buttons clickable
The renderer-drawn min/max/close called event.preventDefault() on
pointerdown to keep WSLg from stealing keyboard focus on maximize, but
preventDefault on pointerdown suppresses the synthesized click under WSLg's
XWayland/RAIL compositor — the buttons rendered but never fired. Switch to
stopPropagation (the pattern the native titlebar tools already use), which
stops the drag region from swallowing the press while leaving the click
intact. Focus reassertion after maximize is already handled main-side in
performWindowControl via win.focus().
2026-07-24 11:10:05 -04:00
..
bootstrap-installer ci(js-tests): split check into parallel matrix shards per workspace (#70252) 2026-07-23 18:45:16 -04:00
desktop fix(desktop): make WSLg window-control buttons clickable 2026-07-24 11:10:05 -04:00
shared ci(js-tests): split check into parallel matrix shards per workspace (#70252) 2026-07-23 18:45:16 -04:00