-
Notifications
You must be signed in to change notification settings - Fork 199
fix: make the OrgChart story better work #532
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
base: main
Are you sure you want to change the base?
Conversation
6129070 to
2233b83
Compare
2233b83 to
a92d99c
Compare
a92d99c to
4832232
Compare
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Migrate it to TypeScript to ease the maintenance
# Conflicts: # packages/html/stories/OrgChart.stories.ts
NOTE TO KEEP toolbar not displayed not possible to select/edit the text of the cells
… method instead of calling Graph [skip ci]
--> check if the JSDoc must be updated if we previously mentioned the properties were mandatory yes VertexParameters mention mandatory parameters Should be set except if a LayoutManager or Layout is set on the Graph # Conflicts: # packages/core/src/view/mixins/VertexMixin.ts
db42375 to
4d83594
Compare
|




DISCLAIMER: this is a work in progress, force push can occur at any time
Migrate to TypeScript to ease the maintenance
Notes
Inspired by #88
See f7743a6
mxGraph resources
Tasks
printUtilsexport #538Graph.isCellEditableto not require to setCellStateStyle.editableto true (default is supposed to betrue) --> fix: correctly use the default value ofCellStateStyle.editable#570