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

This commit is contained in:
psychedelicious 2024-08-12 15:27:10 +10:00
parent 0dc344a22e
commit df78dd7953

View File

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