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

[BUG] adding custom Node shape broken #172

Closed
lakhoune opened this issue Nov 22, 2023 · 0 comments · Fixed by #173
Closed

[BUG] adding custom Node shape broken #172

lakhoune opened this issue Nov 22, 2023 · 0 comments · Fixed by #173
Assignees
Labels

Comments

@lakhoune
Copy link
Member

The current problem lies in the ineffective functioning of adding a customNode shape. The issue arises due to an exception within the bootstrap modal code library. This problem appears to be connected to the button's anchor, specifically the data attribute bsTarget="#editor-modal", which lacks uniqueness in the document.

To address this, the solution involves using the bs function to generate a new Modal. This approach eliminates reliance on the data-bs-target attribute, resolving the issue with adding customNode shapes.

@lakhoune lakhoune added the bug label Nov 22, 2023
@lakhoune lakhoune self-assigned this Nov 22, 2023
lakhoune added a commit that referenced this issue Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant