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 83b6cd2 commit b7568dbCopy full SHA for b7568db
addons/block_code/ui/script_window/script_window.gd
@@ -3,7 +3,7 @@ extends Window
3
4
var script_content: String = ""
5
6
-@onready var script_label: TextEdit = %Code
+@onready var script_label: CodeEdit = %Code
7
8
9
func _ready():
0 commit comments