Avoid the re-render #1356
Unanswered
testpushhydra
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, I'd be happy to consider it, but I don't really understand your request. What is the current behaviour, and what is the desired behaviour? Also, do not you're using the old version of Inquirer (see new release announcement here #1214.) I'm happy to consider, but I'm trying to keep API changes/extension to a minimal on the old release. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a feature to avoid the rerendering of the results so it just stays a single line per question/answer.
I know where in the code to put the feature:
`
onEnd(state) {
...
}
`
How do I get involved to add this? Are you okay with this? I did this directly in the node_modules code files but that is way to dirty and uncomfortable. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions