Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card Maximize button does not call OnMaximize event #47

Open
petrnecas opened this issue Mar 15, 2021 · 0 comments
Open

Card Maximize button does not call OnMaximize event #47

petrnecas opened this issue Mar 15, 2021 · 0 comments

Comments

@petrnecas
Copy link
Contributor

It looks the OnMaximize event is not called, but the Refresh event is called instead.

private void DoOnMaximize(MouseEventArgs args)
{
    IsMaximized = !IsMaximized;
    OnRefresh.InvokeAsync(new Tuple<ICardTools, MouseEventArgs>(this, args));
}
petrnecas added a commit to petrnecas/blazor-adminlte that referenced this issue Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant