Files
oak-editor/crates/oak-app
Mike-Solar 7ce80bf8b3 app: keep the color popup alive through the viewer-pick click
The sampled pixel lands (disarming the eyedropper) between the button
going down on the program viewer and coming back up, so the trailing
mouse-up read as an outside click: the popup closed and close_menu
discarded the just-picked draft - pick-from-viewer could never be
confirmed. Swallow the pick's own mouse-up once; a later genuine
outside click still dismisses.
2026-09-10 16:53:55 +08:00
..