We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17483e9 commit 174560bCopy full SHA for 174560b
src/move_indicator.ts
@@ -88,7 +88,7 @@ export class MoveIndicatorBubble
88
* Recalculates this bubble's location, keeping it adjacent to its block.
89
*/
90
updateLocation() {
91
- const bounds = this.sourceBlock.getBoundingRectangle();
+ const bounds = this.sourceBlock.getBoundingRectangleWithoutChildren();
92
const x = this.sourceBlock.workspace.RTL
93
? bounds.left + 20
94
: bounds.right - 20;
0 commit comments