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

Add menu opening delay. #3

Closed
wants to merge 1 commit into from

Conversation

mindcloud69
Copy link

Added menu opening delay of 500 milliseconds.

Please note this is literally the first time I have written javascript. It works but please let me know if it is not up to spec. I had to dig through a bunch of documents and tutorials.

Added menu opening delay of 500 milliseconds.

Please note this is literally the first time I have written javascript. It works but please let me know if it is not up to spec. I had to dig through a bunch of documents and tutorials.
@mindcloud69 mindcloud69 mentioned this pull request Mar 24, 2024
@@ -1,3 +1,6 @@
const openDelay = 500; // Menu opening delay in milliseconds
let openTimeout;
Copy link
Author

Choose a reason for hiding this comment

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

Crap I should not have left this line in. I'll resubmits if you would like but I'll wait to see if you have any other comments.

@PieterL75
Copy link
Owner

I've used your input to update the code.. the pullrequest was not possible, as I rewrote quite some other stuff in the meantime..

Thx for the work though ! appreciated

@PieterL75 PieterL75 closed this Jun 10, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants