at property not working #5220
Unanswered
liviacorradini
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you provide a reproducible demo of your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to add a component before or after the selected component. But even using at the new component always goes to the end of all.
Code example to add after:
let selected = editor.getSelected();
let index = selected.index();
editor.getomponents().append(
'
Could you tell me what could be wrong with the code? Thanks
Beta Was this translation helpful? Give feedback.
All reactions