Add Sketch anchor switch (Center / Top Left)#16
Merged
Conversation
New segmented two-button switch in the Sketch section, above Background:
choose whether the canvas is anchored Center (default, as before) or Top
Left within the preview. Baked into the iframe body flex alignment on run
and pushed live to a running sketch via postMessage ('set-anchor').
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Adds an Anchor control to the Sketch section of the side panel, above Background — a two-button segmented switch (only one active at a time):
It maps to the sketch iframe body's flex alignment (
centervsflex-start), baked in on Run and pushed live to a running sketch viapostMessage({type:'set-anchor'})(handled by the injected capture controller), so switching repositions the canvas immediately without a restart.Reviewer notes
node --checkpasses; Debug build links cleanly.flex-start→flex-endonjustify-content).🤖 Generated with Claude Code