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
Noting some suggested fixes/next steps to get synchronous editing working, from this comment by @sashadev-sky -- #959 (comment)
Live synchronous editing will not work I am fairly sure. The code itself has a lot of bugs and it throws errors. Also a lot of code smells, it recopied the code in Map.js that was there before I updated it here.
The data parameter passed to the success function is always just going to be "success". Then in later functions this parameter is assumed to be a warpable.
If i were to try to fix this, how would I test synchronous editing? Not familiar with how this works
To illustrate how it is supposed to work, check out this comment by @ViditChitkara !
Hi @ViditChitkara do you think you could go through this and check on Sasha's suggestions? I'll work with Sebastian on the server side of things so let's just be sure this all works as expected in any edge cases!
Noting some suggested fixes/next steps to get synchronous editing working, from this comment by @sashadev-sky -- #959 (comment)
To illustrate how it is supposed to work, check out this comment by @ViditChitkara !
#805 (comment)
and #957
Here's an in-progress GIF -- some bugs with it have already been fixed, but it shows how to test the system:
The text was updated successfully, but these errors were encountered: