after refactor - some tests are working again
This commit is contained in:
@@ -81,7 +81,7 @@ export class ItemFormatRef extends AbstractItemRef {
|
||||
this.left === null ? null : getItemCleanEnd(store, transaction, this.left),
|
||||
this.right === null ? null : getItemCleanStart(store, transaction, this.right),
|
||||
// @ts-ignore
|
||||
this.parent === null ? y.get(this.parentYKey) : getItemType(store, this.parent),
|
||||
this.parent === null ? y.get(this.parentYKey) : getItemType(store, this.parent).type,
|
||||
this.parentSub,
|
||||
this.key,
|
||||
this.value
|
||||
|
||||
Reference in New Issue
Block a user