1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 06:44:10 +02:00

Protect against closing document while getting symbol info

This commit is contained in:
Brian Fiete 2020-09-09 23:45:16 -07:00
parent 0b7edafd73
commit be093b6bde

View file

@ -558,6 +558,8 @@ namespace IDE.ui
{ {
if (mUpdatingProjectSources == null) if (mUpdatingProjectSources == null)
return; return;
if (mClosed)
return;
mIgnoreTextChanges = true; mIgnoreTextChanges = true;