diff --git a/Patches/SwapPatches.cs b/Patches/SwapPatches.cs index c114639..4fad112 100644 --- a/Patches/SwapPatches.cs +++ b/Patches/SwapPatches.cs @@ -162,8 +162,8 @@ namespace UIFixes return AccessTools.Method(typeof(ItemView), nameof(ItemView.OnEndDrag)); } - [PatchPrefix] - public static void Prefix() + [PatchPostfix] + public static void Postfix() { SourceContainer = null; }