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

fix: compatibility with scroll plugin #8016

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

BeksOmega
Copy link
Collaborator

@BeksOmega BeksOmega commented Apr 8, 2024

The basics

The details

Resolves

Work on google/blockly-samples#2317

Proposed Changes + Reasons

Fixes some problems that made it impossible to get the scroll-options plugin to work with the new system. (Mostly visibility issues).

Test Coverage

Tested with the upgraded plugin.

Documentation

N/A

Additional Information

N/A

@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Apr 8, 2024
@@ -1139,6 +1139,11 @@ export class Gesture {

/* End helper functions defining types of clicks. */

/** Returns the current dragger if the gesture is a drag. */
getCurrentDragger(): WorkspaceDragger | IDragger | null {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we weren't using this so I deleted it :P Turns out the scroll-options plugin needs it.

@BeksOmega BeksOmega merged commit 7491a50 into google:rc/v11.0.0 Apr 8, 2024
12 checks passed
johnnesky pushed a commit to johnnesky/blockly that referenced this pull request Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants