How can we dynamicaly set editor value by props? #1905
-
I use multiple editors for subtitles editor (to handle paragraph changes separately).
So to implement 'undo' & 'redo' buttons I've created a single store of changes (in format [{id: paragraphId, previousValues: values}] ) But I realized no changes happen after setting new editor values (so new props income in the editor component). Need your assistance to figure out how to implement this functionality. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
#1262