mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 08:17:50 +08:00
Force stop panel drag/resize when starting Inspect Under Mouse
This commit is contained in:
@ -71,6 +71,8 @@ namespace UnityExplorer.UI.Inspectors
|
||||
if (!MainCamera)
|
||||
return;
|
||||
|
||||
PanelDragger.ForceEnd();
|
||||
|
||||
Mode = mode;
|
||||
Inspecting = true;
|
||||
UIManager.NavBarRect.gameObject.SetActive(false);
|
||||
|
Reference in New Issue
Block a user