feat: adding instant_update switch

This commit is contained in:
Mose Müller
2023-08-02 12:06:22 +02:00
parent 80fe1051f1
commit 5cb30688cf
7 changed files with 80 additions and 28 deletions

View File

@@ -13,6 +13,7 @@ interface SliderComponentProps {
readOnly: boolean;
docString: string;
stepSize: number;
isInstantUpdate: boolean;
}
export const SliderComponent = React.memo((props: SliderComponentProps) => {