Replies: 1 comment
-
That is not currently supported. You might try to re-append the buttons one the inspector is rendered: inspector.on('render', => {
Array.from(inspector.el.querySelectorAll('.btn-list-add')).forEach(buttonEl => buttonEl.parentNode.appendChild(buttonEl))
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
Steps to reproduce
No response
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS+
Beta Was this translation helpful? Give feedback.
All reactions