修复
This commit is contained in:
parent
c19ac158f9
commit
c25e3028ec
@ -127,6 +127,7 @@ internal static class UXHotkeyComponent
|
||||
if (registrations.Count == 0)
|
||||
{
|
||||
actionRef.action.Disable();
|
||||
_sharedHandlers.Remove(actionId);
|
||||
}
|
||||
|
||||
switch (pressType)
|
||||
@ -139,8 +140,6 @@ internal static class UXHotkeyComponent
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
_sharedHandlers.Remove(actionId);
|
||||
}
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user