mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
fix: number inputs not updating values between tabs
This commit is contained in:
parent
7925c9e2f5
commit
825f74ef6d
4 changed files with 9 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ export default function EyesTab({ instructions }: Props) {
|
|||
|
||||
<div className="absolute inset-0 flex flex-col justify-center items-center">
|
||||
<ColorPicker disabled={currentTab.colorsDisabled} color={colors[tab]} setColor={setColor} tab={tab === 5 ? "eyeliner" : "eyes"} />
|
||||
<NumberInputs target={instructions.current.eyes[currentTab.name]} />
|
||||
<NumberInputs key={tab} target={instructions.current.eyes[currentTab.name]} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue