mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Add no-multi-spaces rule
This commit is contained in:
@@ -523,7 +523,7 @@ Blockly.Bubble.prototype.getOptimalRelativeLeft_ = function(metrics) {
|
||||
|
||||
if (this.workspace_.RTL) {
|
||||
// Bubble coordinates are flipped in RTL.
|
||||
var bubbleRight = this.anchorXY_.x - relativeLeft;
|
||||
var bubbleRight = this.anchorXY_.x - relativeLeft;
|
||||
var bubbleLeft = bubbleRight - this.width_;
|
||||
|
||||
var workspaceRight = metrics.viewLeft + metrics.viewWidth;
|
||||
|
||||
Reference in New Issue
Block a user