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

border element radius #89

Open
flauc opened this issue Jan 19, 2022 · 0 comments
Open

border element radius #89

flauc opened this issue Jan 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working page-builder

Comments

@flauc
Copy link
Member

flauc commented Jan 19, 2022

There seems to be a bug in angular it self where if we use this syntax

  @HostBinding('style')
  get style() {
    return blockStyle(this.data);
  }

doesn't always apply the latest style even though the function does get invoked and the produced string is exactly what it should be and it's valid the style simple isn't applied to the DOM element. This seems to mainly happen with border-radius.

@flauc flauc added bug Something isn't working page-builder labels Jan 19, 2022
@flauc flauc self-assigned this Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working page-builder
Projects
None yet
Development

No branches or pull requests

1 participant