mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 08:30:25 +02:00
Fixed crash pressing enter in output window
This commit is contained in:
parent
26506efc1e
commit
0ac49db97e
1 changed files with 1 additions and 1 deletions
|
@ -3661,7 +3661,7 @@ namespace IDE.ui
|
|||
needsFreshAutoComplete = true;
|
||||
}
|
||||
|
||||
if ((needsFreshAutoComplete) && (!didAutoComplete))
|
||||
if ((needsFreshAutoComplete) && (!didAutoComplete) && (mOnGenerateAutocomplete != null))
|
||||
{
|
||||
if (IsCursorVisible(false))
|
||||
mOnGenerateAutocomplete(keyChar, isHighPri ? .HighPriority : default);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue