You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
You can simplify your Popover mixin if you inject the container component using the annotation @InjectContainer:
@MixinAfter
public class Popover
{
@InjectContainer
private ClientElement container;
}
The text was updated successfully, but these errors were encountered: