@@ -140,7 +140,8 @@ function bindWithDocument() {
if ( supportedTypes.has( type ) ) {
transform.call( this, type, changes.range, changes.sourcePosition );
}
- }
+ },
+ { priority: 'high' }
);
@@ -99,7 +99,8 @@ function bindWithDocument() {