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

ctrl + v not working with consola.prompt({type: "text"})? #224

Open
mashirozx opened this issue Aug 13, 2023 · 0 comments
Open

ctrl + v not working with consola.prompt({type: "text"})? #224

mashirozx opened this issue Aug 13, 2023 · 0 comments

Comments

@mashirozx
Copy link

mashirozx commented Aug 13, 2023

Code below:

    await consola.prompt(
      `input message`,
      {
        type: "text",
        placeholder: "please input or paste here",
      }
    )

And I noticed that on VSCode terminal (Windows platform, Powershell 7.3.6) the ctrl + v shortcut doesn't work, but right click mouse the paste function works.

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

1 participant