Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shouldn't fireOnHold work for the nuclide buttons? #114

Closed
zepumph opened this issue Aug 3, 2023 · 2 comments
Closed

Shouldn't fireOnHold work for the nuclide buttons? #114

zepumph opened this issue Aug 3, 2023 · 2 comments
Assignees

Comments

@zepumph
Copy link
Member

zepumph commented Aug 3, 2023

This is in the DoubleArrowButton:

  // options related to fire-on-hold feature
      fireOnHold: true,
      fireOnHoldDelay: 400, // start to fire continuously after pressing for this long (milliseconds)
      fireOnHoldInterval: 100 // f

But it wasn't working this morning during design meeting with @ariel-phet.

@zepumph
Copy link
Member Author

zepumph commented Aug 3, 2023

Looks like it is opted out of in

.

History is in #31.

We should at least clean up these defaults since it is all in sim-specific code.

@zepumph
Copy link
Member Author

zepumph commented Aug 3, 2023

Working on this cleanup now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants