Topic: Editor content changed event
Hello,
I want to handle situations when editor content changes.
Now I try to use ed.onNodeChange event. But it fires not only when editor content changed but even if I move cursor on editor.
So what event should I use to handle only situations when editor content changed?