fix(developer): use correct cache key

This commit is contained in:
Marc Durdin 2021-12-13 05:43:33 +01:00
parent 2ac905c2ea
commit dcff86c2eb

View file

@ -947,7 +947,7 @@ procedure TDebuggerHttpResponder.LoadFromCache;
keyboard.Free;
Continue;
end;
Self.FKeyboards.AddOrSetValue(ExtractFileName(keyboard.FFilename), keyboard);
Self.FKeyboards.AddOrSetValue(keyboard.WebFilename, keyboard);
end;
end;
end;