Release Photo Cutter v1.2.0#1
Conversation
|
This pull request is abnormally large and would use a significant amount of tokens to review. If you still wish to review it, comment "augment review" and we will review it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 831f9dd0a3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if (!isCanvasFocused) | ||
| { | ||
| return; |
There was a problem hiding this comment.
Preserve editor shortcuts when side panes have focus
When a user selects a cut-out from the new side-panel CutoutsList or clicks another non-text control, keyboard focus is not within CanvasHost. This guard returns before the Delete, arrow-nudge, Ctrl+Z/Y, and Ctrl+A handlers, so visible selected cut-outs cannot be deleted, moved, undone, or selected-all from the keyboard unless the user first clicks back on the canvas; the previous routing only excluded text/combobox inputs, so side-panel selection workflows regress.
Useful? React with 👍 / 👎.
What changed
v1.2.0 release preparation
Verification
git diff --checkpasses.