Updating bump logic to support single-direction scrollbars (#4652)

* Updating bump logic to support single-direction scrollbars
This commit is contained in:
Monica Kozbial
2021-03-01 12:20:12 -08:00
committed by GitHub
parent 5780399750
commit 57749e6eb8
16 changed files with 827 additions and 542 deletions

View File

@@ -469,6 +469,11 @@ Blockly.Mutator.prototype.getFlyoutMetrics_ = function() {
contentTop: unsupported,
contentLeft: unsupported,
scrollHeight: unsupported,
scrollWidth: unsupported,
scrollTop: unsupported,
scrollLeft: unsupported,
viewHeight: this.workspaceHeight_,
viewWidth: this.workspaceWidth_ - flyoutWidth,
viewTop: unsupported,