-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Move delete keyboard shortcut in-progress gesture check to precondition #6274
Labels
ghc-osd
Reserved for open source day: https://anitab-org.github.io/open-source-day/
good first issue
issue: bug
Describes why the code or behaviour is wrong
size: small
Bugs that can be picked up and completed in 1-3 days
Milestone
Comments
BeksOmega
added
issue: bug
Describes why the code or behaviour is wrong
help wanted
External contributions actively solicited
labels
Jul 15, 2022
BeksOmega
added
the
ghc-osd
Reserved for open source day: https://anitab-org.github.io/open-source-day/
label
Sep 5, 2023
BeksOmega
added
good first issue
size: small
Bugs that can be picked up and completed in 1-3 days
and removed
help wanted
External contributions actively solicited
labels
Sep 5, 2023
I would love to work on this issue |
@BeksOmega I am interested in working on this |
I am interested |
@SophieNguyen113 Go for it! @humera811 @patelb268 Looks like sophie got here first! If you comment on a different issue I can get you assigned =) |
oh okay |
I assigned @SophieNguyen113 to #7176 so I assigned @humera811 to this one. |
1 task
humera811
added a commit
to humera811/blockly
that referenced
this issue
Sep 22, 2023
…eck to precondition
humera811
added a commit
to humera811/blockly
that referenced
this issue
Sep 22, 2023
…eck to precondition
rachel-fenichel
added a commit
that referenced
this issue
Sep 22, 2023
fix: move delete keyboard shortcut in-progress gesture check to precondition #6274
github-project-automation
bot
moved this from Ready for Work
to Done
in Blockly GHC OSD
Sep 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ghc-osd
Reserved for open source day: https://anitab-org.github.io/open-source-day/
good first issue
issue: bug
Describes why the code or behaviour is wrong
size: small
Bugs that can be picked up and completed in 1-3 days
🚧⚠️ 🚧 This issue is being saved for Grace Hopper Open Source Day. 🚧⚠️ 🚧 An event we're running to help girls and non-binary technologists make their first contributions to open source! Please see our list of help wanted issues if you'd like to contribute!
Describe the bug
The delete keyboard shortcut currently checks if there is a gesture in progress from within its
callback
function, and returns early if so. This is what thepreconditionFn
is meant to do. Other keyboard shortcuts check for in-progress gestures from there.See the relevant code.
To Fix
The text was updated successfully, but these errors were encountered: