diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cc61546..bc7d9592b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Add saved per-node export settings for repeat exports. - Add Design panel controls for layer blend modes and alpha, vector, and luminance masks. - Refine Design panel foundations with 26px controls, consistently aligned action rails, shared Tailwind themes, and Storybook component states. +- Fix variable binding action visibility, picker anchoring, hover treatment, and Design panel number-field heights. - Scale the Layers panel to 5,000-node documents with virtualized rows, indexed updates, scroll-to-selection, range selection, and focus-aware themed states. - Add Figma-style horizontal and vertical constraint controls with pin interactions, mixed-selection editing, undo, and responsive frame resizing. - Add mixed-selection stroke cap, join, and miter-limit controls with CanvasKit rendering and `.fig` roundtrip support. diff --git a/src/components/properties/binding/VariableBindingPicker.vue b/src/components/properties/binding/VariableBindingPicker.vue index 861f9ed38..62c93e514 100644 --- a/src/components/properties/binding/VariableBindingPicker.vue +++ b/src/components/properties/binding/VariableBindingPicker.vue @@ -99,7 +99,7 @@ defineOptions({ inheritAttrs: false })