We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"item"
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
In the following typescript:
["whatever", ["again", "testing"]];
With ["again", "testing"] selected, saying "take item" results in selecting "again", "testing". Instead it should be a noop.
["again", "testing"]
"take item"
"again", "testing"
Functionally, this occurred while trying to say "clone item square" with my cursor inside again.
"clone item square"
again
The text was updated successfully, but these errors were encountered:
I believe we will get this one for free with #484
Sorry, something went wrong.
"small paint"
Fixing bugs on items scope (#1547)
440b6b2
Fixes #901 ## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
AndreasArvidsson
Successfully merging a pull request may close this issue.
In the following typescript:
With
["again", "testing"]
selected, saying"take item"
results in selecting"again", "testing"
. Instead it should be a noop.Functionally, this occurred while trying to say
"clone item square"
with my cursor insideagain
.The text was updated successfully, but these errors were encountered: