Skip to content

Commit

Permalink
fix auto-change of adder type
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Aug 6, 2024
1 parent 5981a11 commit 270e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/UI/SimulationView.fs
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ let viewSimulationError
match rmInfo with
| Removable targetType ->
let deletePort() =
changeAdderType (ComponentId comp.Id) targetType
changeAdderType (ComponentId comp.Id) targetType model ()
cleanup()
Button.button [
Button.Color IsSuccess
Expand Down

0 comments on commit 270e2fb

Please sign in to comment.