You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to update the data on my backend after a specific number of changes and also every 10 seconds interval, when interval runs the code editor.getProjectData(), it removes focus from the RTE, and if you are writing something, it sets the focus in beginning of the text and mess all the text. How can I get data without affecting the focus of elements, in this case RTE.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a complete custom project data storage and load, and I have a part of code like this
I want to update the data on my backend after a specific number of changes and also every 10 seconds interval, when interval runs the code
editor.getProjectData()
, it removes focus from the RTE, and if you are writing something, it sets the focus in beginning of the text and mess all the text. How can I get data without affecting the focus of elements, in this case RTE.Beta Was this translation helpful? Give feedback.
All reactions