mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed symbol renaming closing in temp tab
This commit is contained in:
parent
952e3aec58
commit
01f82d1250
3 changed files with 11 additions and 3 deletions
|
@ -3088,7 +3088,7 @@ namespace IDE.ui
|
|||
});
|
||||
|
||||
// Fixits
|
||||
if ((mSourceViewPanel.mIsBeefSource) && (mSourceViewPanel.mProjectSource != null))
|
||||
if ((mSourceViewPanel.mIsBeefSource) && (mSourceViewPanel.mProjectSource != null) && (gApp.mSymbolReferenceHelper?.IsLocked != true))
|
||||
{
|
||||
ResolveParams resolveParams = scope .();
|
||||
mSourceViewPanel.DoClassify(ResolveType.GetFixits, resolveParams, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue