mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
remove unused _transaction in YArray
This commit is contained in:
@@ -32,7 +32,6 @@ export class YArrayEvent extends YEvent {
|
||||
*/
|
||||
constructor (yarray, transaction) {
|
||||
super(yarray, transaction)
|
||||
this._transaction = transaction
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user