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
Right now edits are a bit awkward in the editor. Changes are debounced (to around 3s I think) before updating to Simperium but this can present an unexpected feedback loop in the app:
Make a change in the editor
Change synchronizes
Change comes back and edits editor content
This may be behind the occasional runaway infinite loop in #635 and some glitchy editing behavior in #568.
Right now edits are a bit awkward in the editor. Changes are debounced (to around 3s I think) before updating to Simperium but this can present an unexpected feedback loop in the app:
This may be behind the occasional runaway infinite loop in #635 and some glitchy editing behavior in #568.
cc: @roundhill
The text was updated successfully, but these errors were encountered: