Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #129 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Remove unneeded call
  • Loading branch information
uurha committed Aug 2, 2024
1 parent df58891 commit 0fbc733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/EditorAddons/Drawers/Select/SelectDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ protected override void PopulateContainer(ElementsContainer container)
container.SerializedPropertyChanged += UpdateElement;

handler.OnPopulateContainer();
container.RootElement.OnElementAppear<Label>(behavioredElement.Attach).Until(null).Every(100).Resume();
container.RootElement.OnElementAppear<Label>(behavioredElement.Attach).Until(null).Every(100);
}

private void OnReferenceTypeChange(ReferenceTypeChangeEvent changeEvent, ElementsContainer container)
Expand Down

0 comments on commit 0fbc733

Please sign in to comment.