-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
A few months ago I noticed that the markdown field loses its content after you change the URL appendix of the page:
CleanShot_2022-11-29_at_14.16.34.mp4
Now I finally had some time to have a closer look. Here's what I found:
It doesn't happen on slow connections
It doesn't happen when you throttle your connection speed to Fast 3G (1.5 Mb/s) or slower which leads me to the assumption that there's some kind of race happening while the content is transferred from the old page to the new page.
I can solve the issue by removing some code
When I remove the call to setValue() in this file the issue is solved. I do not fully understand what this line does, so I hesitated to create a PR. Nevertheless, I didn't notice any drawbacks after removing the watcher completely.
I was hoping you know what the line does so we can solve the issue. Thank you!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working