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

[Task Editor: Possible Optimization] #47

Closed
Valorith opened this issue Apr 17, 2022 · 2 comments
Closed

[Task Editor: Possible Optimization] #47

Valorith opened this issue Apr 17, 2022 · 2 comments

Comments

@Valorith
Copy link

Scenario:

You are editing tasks.
You click into "Goal ID"-> The NPC Selector opens.
You start to move the mouse over to the NPC selector to make a selection, etc...BUT...there are several textboxes in between the Goal ID text box and the right side of the screen.
If you mouse-over one of the other text boxes, the npc selector goes poof and you have to start over.

Is there a way to add a hover delay of some sort before anything changes with the selector component?

@Akkadius
Copy link
Owner

The hover delay is currently 5000ms (5s)

const MILLISECONDS_BEFORE_WINDOW_RESET = 5000;

Is that not enough ?

@Valorith
Copy link
Author

Seems fine currently

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

No branches or pull requests

2 participants