mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix drag and drop @export variable assignment when script has errors
This commit is contained in:
parent
6fd949a6dc
commit
0dfa815985
2 changed files with 36 additions and 10 deletions
|
|
@ -186,6 +186,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
ObjectID obj_id;
|
||||
String variable_name;
|
||||
Variant value;
|
||||
String class_name;
|
||||
};
|
||||
|
||||
LocalVector<DraggedExport> pending_dragged_exports;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue