This change removes the editor webview debounce and replaces it with code that ensures we wait for an update from the PDP before we start writing scripture to the PDP again. This allows us to ensure we don't cause race conditions with multiple writes happening simultaneously with different data in each write operation.
This change removes the editor webview debounce and replaces it with code that ensures we wait for an update from the PDP before we start writing scripture to the PDP again. This allows us to ensure we don't cause race conditions with multiple writes happening simultaneously with different data in each write operation.
This change is