Merge pull request #77722 from ApplecrispEric/drag-drop-autocomplete
Cancel autocomplete after initiating drag
This commit is contained in:
commit
0653f7a5b0
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ void CodeEdit::_notification(int p_what) {
|
|||
}
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_DRAG_BEGIN: {
|
||||
cancel_code_completion();
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue