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

added function for activating granual input #3170

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

werkstrom
Copy link
Contributor

@werkstrom werkstrom commented Apr 9, 2023

Only the function is implemented, it is not called anywhere untill some testing is done. #3019

@blazoncek blazoncek marked this pull request as draft April 28, 2023 15:59
@softhack007 softhack007 requested a review from blazoncek August 9, 2023 22:05
Copy link
Collaborator

@blazoncek blazoncek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering how this works on tiny mobile displays where it is difficult to double-tap a slider.
Otherwise I have yet to test this.

function actDblC(){
const rngSlds = d.querySelectorAll('input[type="range"]');
rngSlds.forEach(sld => {
sld.addEventListener("dblclick", () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional indent needed for cleaner code.

@softhack007 softhack007 added this to the 0.14.1 candidate milestone Sep 5, 2023
@blazoncek blazoncek added enhancement keep This issue will never become stale/closed automatically labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement keep This issue will never become stale/closed automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants