You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `controlForStrategy` so memoized controls can be used.
- Added `StrategySizeLabel` to every strategy that included
`AbsoluteResizeControl`.
- Include `SizeLabel` in `NewCanvasControlsInner` if `StrategySizeLabel`
hasn't been included in the strategy controls.
- Extracted out `SizeLabel` into its own file.
- `sizeLabel` function now supports `CSSNumber` for the `state`
parameter.
- `sizeLabelContents` now tries to present the unit values for the
dimensions.
Copy file name to clipboardexpand all lines: editor/src/components/canvas/canvas-strategies/strategies/absolute-resize-bounding-box-strategy.spec.browser2.tsx
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,6 @@ import { CanvasControlsContainerID } from '../../controls/new-canvas-controls'
0 commit comments