mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 22:07:48 +08:00
Fix constraints on AddComponent TypeCompleter
This commit is contained in:
parent
bdda12a040
commit
9379e0f813
@ -333,7 +333,7 @@ namespace UnityExplorer.Inspectors
|
||||
addCompButton.OnClick += () => { OnAddComponentClicked(addCompInput.Text); };
|
||||
|
||||
// comp autocompleter
|
||||
new TypeCompleter(typeof(Component), addCompInput);
|
||||
new TypeCompleter(typeof(Component), addCompInput, false, false, false);
|
||||
|
||||
// Component List
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user