1
0
Fork 0
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:
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)
return;
if (mClosed)
return;
mIgnoreTextChanges = true;