Patch InputSourceCode to restore non-modified source when 'cancel' is clicked
This commit is contained in:
@@ -37,7 +37,7 @@ public static class GlobalCode
|
||||
|
||||
public static string? GetEncoded(Guid reference)
|
||||
{
|
||||
if (codeDict.ContainsKey(reference))
|
||||
if (!codeDict.ContainsKey(reference))
|
||||
return null;
|
||||
|
||||
return codeDict[reference];
|
||||
|
||||
Reference in New Issue
Block a user