-
Notifications
You must be signed in to change notification settings - Fork 489
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
deps: update modeling deps #3959
Conversation
47c87cb
to
435067d
Compare
@marstamm we just released |
As I understand it, this change - @import '~@camunda/form-playground/dist/assets/form-js-editor.css';
+ @import '~@camunda/form-playground/dist/assets/form-js-editor-base.css';
+ @import '~@camunda/form-playground/dist/assets/dragula.css'; also prevents us from loading the properties-panel.css twice. I think we want to keep this, as it also prevents possible css clashes in the future and makes debugging easier. |
Yes, definitely a good thing to do 👍 |
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.
Works for me.
Commit message seems to be inconsistent with PR description regarding closed issues. Is that intended?
435067d
to
8d97b29
Compare
Not intended, I changed the commit message with 8d97b29 |
closes #3929, closes #3884, closes #3941