feat(ui): always show marks on canvas scale slider

This commit is contained in:
psychedelicious 2024-08-12 15:27:10 +10:00
parent fc91adb32f
commit b21d613ce4

View File

@ -167,6 +167,7 @@ export const CanvasScale = memo(() => {
defaultValue={sliderDefaultValue}
marks={marks}
formatValue={formatSliderValue}
alwaysShowMarks
/>
</PopoverBody>
</PopoverContent>