After updating da-y-wrapper timing of certain callbacks have changed which lead to #200
window.view is used by callbacks given to EditorState and EditorView in their constructors and called before these constructors return. Previously it seems that Prosemirror was making these callbacks later.
Related Issue
Fixes #200
Motivation and Context
To be able to regenerate (and extend) da-y-wrapper.
Types of changes
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.
Description
After updating
da-y-wrapper
timing of certain callbacks have changed which lead to #200window.view
is used by callbacks given to EditorState and EditorView in their constructors and called before these constructors return. Previously it seems that Prosemirror was making these callbacks later.Related Issue
Fixes #200
Motivation and Context
To be able to regenerate (and extend) da-y-wrapper.
Types of changes
Checklist: