Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 5285239

Browse files
committed
Update hooks list after edit save
1 parent 57d3a3f commit 5285239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Hooks/HookCreator.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ internal static void EditorInputSave()
236236
CurrentEditedHook = null;
237237
HookManagerPanel.Instance.SetPage(HookManagerPanel.Pages.ClassMethodSelector);
238238
}
239+
240+
HookList.HooksScrollPool.Refresh(true, false);
239241
}
240242

241243
// UI Construction

0 commit comments

Comments
 (0)