-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: allow to see multiple xblock mindmap in lms #29
Conversation
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.
The error was fixed! Thanks
@johnvente, when I add more than one block to the unit it does not allow me to display the instructions for use, it closes by itself. |
@BryanttV Nice catch! I've done the fix for that |
@johnvente, good! It no longer closes by itself, however, when I open/close one block's instructions, the other blocks do the same. |
@BryanttV too odd, fixed it! 🚀 |
Perfect! 💯 , LGTM |
Description
When we create more than one XBlock per unit in the LMS, it breaks due to a draggable plugin from jsmind that was initialized previously, which is weird because each XBlock in the LMS is an iframe. This fix allows us to create any number of XBlocks without that issue
How to test
Merge checklist:
Check off if complete or not applicable: