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
Hi, I love using codemirror in the latest modx evolution (1.0.14). Problem is that (I guess after some modifications that I unforatunately cannot recall) the live-saving undo-feature using CTRL+Z does not work anymore. I cannot figure out the exact reason but I could track down the error to line:
Hi, I love using codemirror in the latest modx evolution (1.0.14). Problem is that (I guess after some modifications that I unforatunately cannot recall) the live-saving undo-feature using CTRL+Z does not work anymore. I cannot figure out the exact reason but I could track down the error to line:
Found in
setHistory: function(histData) {
Using console.log I see that histData and the hist object have:
History { length: 3, state: null }
. But there is nohistData.done
.Can someone help?
The text was updated successfully, but these errors were encountered: