nicolium: fix theme settings overriding each other
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -89,7 +89,7 @@ const Slider: React.FC<ISlider> = ({
|
||||
}
|
||||
}
|
||||
}, 60),
|
||||
[node.current],
|
||||
[node.current, onChange],
|
||||
);
|
||||
|
||||
const handleKeyDown: React.KeyboardEventHandler<HTMLSpanElement> = (event) => {
|
||||
|
||||
@@ -66,7 +66,7 @@ const StepSlider: React.FC<IStepSlider> = ({
|
||||
}
|
||||
}
|
||||
}, 60),
|
||||
[node.current],
|
||||
[node.current, onChange],
|
||||
);
|
||||
|
||||
const handleKeyDown: React.KeyboardEventHandler<HTMLSpanElement> = (event) => {
|
||||
|
||||
Reference in New Issue
Block a user