mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Updating bump logic to support single-direction scrollbars (#4652)
* Updating bump logic to support single-direction scrollbars
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user