You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Fix drag and drop @export variable assignment when script has errors
This commit is contained in:
@@ -186,6 +186,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
ObjectID obj_id;
|
||||
String variable_name;
|
||||
Variant value;
|
||||
String class_name;
|
||||
};
|
||||
|
||||
LocalVector<DraggedExport> pending_dragged_exports;
|
||||
|
||||
Reference in New Issue
Block a user