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!: make scroll options work without drag surfaces #1666

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

BeksOmega
Copy link
Contributor

Description

Fixes #1664

Tested against google/blockly#6758

Additional information

Not mergable until after v10 release.

TODO: Need to bump minimum version of Blockly & master version of plugin.

@BeksOmega BeksOmega marked this pull request as ready for review June 12, 2023 19:56
@BeksOmega BeksOmega requested a review from a team as a code owner June 12, 2023 19:56
@BeksOmega BeksOmega requested review from cesarades and removed request for a team June 12, 2023 19:56
@BeksOmega BeksOmega removed the request for review from cesarades June 12, 2023 19:57
@BeksOmega BeksOmega marked this pull request as draft June 12, 2023 19:57
@BeksOmega BeksOmega marked this pull request as ready for review June 12, 2023 19:57
@BeksOmega BeksOmega requested review from a team and cpcallen and removed request for a team June 12, 2023 19:58
Copy link
Contributor

@cpcallen cpcallen left a comment

Choose a reason for hiding this comment

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

Approved with two nits.

element = this.workspace_.svgGroup_;
}

// TODO: We should maybe add an accessor for the svgGroup_?
Copy link
Contributor

Choose a reason for hiding this comment

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

Please open a bug about this (maybe with an explanation more comprehensible to the casual observer) and reference it here. (Make the bug title along the lines of "consider whether to…" if you're not sure if we want to do this.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

plugins/scroll-options/src/utils.js Outdated Show resolved Hide resolved
plugins/scroll-options/src/utils.js Show resolved Hide resolved
@BeksOmega BeksOmega marked this pull request as draft June 13, 2023 22:07
@BeksOmega BeksOmega changed the base branch from master to q3-2023 June 21, 2023 19:39
@BeksOmega BeksOmega marked this pull request as ready for review June 21, 2023 19:42
@BeksOmega BeksOmega merged commit 5744a28 into google:q3-2023 Jun 22, 2023
maribethb added a commit that referenced this pull request Jun 28, 2023
* chore: update all plugins and examples to [email protected] (#1722)

* chore: update all plugins and examples to [email protected]

* chore: update angular packagelock

* chore: migrate textToDom rename

* chore: fix modal

* chore: fix keyboard nav test

* chore: fix variable modal

* chore: fix shareable procedure blocks

* fix: procedure blocks build

* fix more build stuff

* fix: renaming build problems

* chore: fix lint

* chore: fix return annotations

* chore: maybe actually fix lint

* fix: update graph demo for blockly v10 (#1732)

* chore: add color, angle, multiline fields to demo page (#1728)

* fix!: make scroll options work without drag surfaces (#1666)

* fix!: make scroll options work without drag surfaces

* chore: PR comments

* chore: unprivate backpack plugin (#1738)

* fix: continuous flyout calling wrong private method (#1725)

* fix: continuous flyout calling wrong private method

* fix: use better API

* fix: don't duplicate logic

* chore: remove serializable demo (#1737)

* fix: update demo fields for blockly v10 and remove closure modules (#1735)

* fix: update devsite demo for blockly v10 (#1736)

* fix: update all usages of generators in script tags for blockly v10 (#1734)

* feat!: update all plugins to use blockly-v10.0.0 (#1744)

---------

Co-authored-by: Beka Westberg <[email protected]>
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

Successfully merging this pull request may close these issues.

Remove dependency on drag surfaces from the scroll options plugin
3 participants