xy: re-merge the lost export work #38
Loading…
Reference in a new issue
No description provided.
Delete branch "xy-export-remerge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
PR #35 is flagged merged, but its merge commit is not an ancestor of
main— the export work never landed. This re-merges the same branch (xy-export-pack,e6ab06d) onto currentmain, unchanged.One addition on top: the export modal was written before the overlay stack (#36) existed, so it kept its own Escape handler and pushed no history. It now registers with the stack like every other overlay, so back closes it.
Closes #16