mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Changed autocomplete to cancel when the user begins a drag
This commit is contained in:
parent
574f917442
commit
42bc437615
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,10 @@ void CodeEdit::_notification(int p_what) {
|
|||
}
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_DRAG_BEGIN: {
|
||||
cancel_code_completion();
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue