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 29e1d3e commit 9e11cceCopy full SHA for 9e11cce
addons/block_code/ui/blocks/block/block.gd
@@ -43,6 +43,8 @@ var can_delete: bool = true
43
44
var _block_extension: BlockExtension
45
46
+var _block_canvas: Node
47
+
48
@onready var _context := BlockEditorContext.get_default()
49
50
0 commit comments