From f600e27da9d90bb2e1d716d4c7c78063fb69aee0 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 4 Aug 2025 12:41:47 -0700 Subject: [PATCH] fix: fix bug that prevented moving block comments --- src/scratch_comment_bubble.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scratch_comment_bubble.ts b/src/scratch_comment_bubble.ts index e3e185bde9..ec39234630 100644 --- a/src/scratch_comment_bubble.ts +++ b/src/scratch_comment_bubble.ts @@ -32,6 +32,7 @@ export class ScratchCommentBubble "style", `--colour-commentBorder: ${sourceBlock.getColourTertiary()};` ); + this.getSvgRoot().setAttribute("id", this.id); Blockly.browserEvents.conditionalBind( this.getSvgRoot(),