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

Commit d991375

Browse files
committed
Fix InspectUnderMouse breaking ScrollPool in rare cases
1 parent 92447b5 commit d991375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UI/Panels/PanelDragger.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ internal static void ForceEnd()
2323
{
2424
s_resizeCursorObj.SetActive(false);
2525
wasAnyDragging = false;
26+
Resizing = false;
2627

2728
foreach (var instance in Instances)
2829
{

0 commit comments

Comments
 (0)