-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-5784, IBX-5743: CkEditor toolbar overflow #815
Conversation
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
const classes = { | ||
'ibexa-backdrop--transparent': this.isTransparent, | ||
}; | ||
const backdropClasses = Object.keys(classes).filter((property) => classes[property]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems like you want to have some createCssClassNames
we have in react, maybe it is time to make this helper global?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is only usefull in my opinion in react. I do not want to make single string, just array of them.
I could use createCssClassNames and than split them but what is the point.
src/bundle/Resources/public/js/scripts/helpers/backdrop.helper.js
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approved on IbexaDXP 4.5 commerce
Regression build (all green) -> ibexa/commerce#303 |
Merge to 4.6: 6248a50 |
Ibx 5784 cd editor toolbar overflow
Checklist: