I've been trying to fix this problem for a long time: editor(View Code) doesn't detect changes to my component. #5765
Unanswered
PanuwatChinpratan
asked this question in
Q&A
Replies: 0 comments
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.
-
Dear @artf or anyone can answer me. Thanks a lot
The problem is that when I use this.components(content) it gives me access to every layer in the component, but when I edit or change the text editor View code, no changes occur.
And if I change to use this.set('content',content) Everything will be wrapped in that component and no separate layers will be visible, but there are changes in the editor.
editor(view code) can't know what I changed here.
The summary I want is I want it to be changeable and to show separate layers.
Or did I misunderstand?
My Code
Beta Was this translation helpful? Give feedback.
All reactions