-
Notifications
You must be signed in to change notification settings - Fork 624
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
Conversation
There was a problem hiding this 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.
plugins/scroll-options/src/index.js
Outdated
element = this.workspace_.svgGroup_; | ||
} | ||
|
||
// TODO: We should maybe add an accessor for the svgGroup_? |
There was a problem hiding this comment.
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.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! google/blockly#7157
471ef8a
to
88fb645
Compare
9100976
to
9e93e9a
Compare
9e93e9a
to
94d68c3
Compare
* 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]>
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.