Skip to content

Commit

Permalink
Potential solution to slider moving on its own, see #292
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Nov 13, 2023
1 parent 172700b commit 73c34ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/common/view/ValuesColumnNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ export default class ValuesColumnNode extends VBox {
},
startCallback: () => { body.userIsControllingMassProperty.value = true; },
endCallback: () => { body.userIsControllingMassProperty.value = false; },
arrowButtonOptions: {
fireOnDown: true
},
tandem: parentTandem.createTandem( `mass${body.index}NumberControl` ),
phetioFeatured: true,
phetioVisiblePropertyInstrumented: false
Expand Down

0 comments on commit 73c34ec

Please sign in to comment.