()
| 82 | } |
| 83 | |
| 84 | const handleFire = () => { |
| 85 | const fixture = createFixture() |
| 86 | if (!fixture) return |
| 87 | props.onFire(fixture) |
| 88 | } |
| 89 | |
| 90 | const handleSave = () => { |
| 91 | setPendingSaveName(`${props.tool.name} fixture`) |
nothing calls this directly
no test coverage detected