mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Protect against closing document while getting symbol info
This commit is contained in:
parent
0b7edafd73
commit
be093b6bde
1 changed files with 2 additions and 0 deletions
|
@ -558,6 +558,8 @@ namespace IDE.ui
|
|||
{
|
||||
if (mUpdatingProjectSources == null)
|
||||
return;
|
||||
if (mClosed)
|
||||
return;
|
||||
|
||||
mIgnoreTextChanges = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue