From 783a7c4c1bc5f123638ca2169f51452a5c80d7ba Mon Sep 17 00:00:00 2001 From: Matt Krick Date: Wed, 9 Jul 2025 17:02:57 -0700 Subject: [PATCH] remove newValue from YEvent --- src/utils/YEvent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/YEvent.js b/src/utils/YEvent.js index d6a60242..61bc2840 100644 --- a/src/utils/YEvent.js +++ b/src/utils/YEvent.js @@ -39,7 +39,7 @@ export class YEvent { */ this._changes = null /** - * @type {null | Map} + * @type {null | Map} */ this._keys = null /** @@ -82,7 +82,7 @@ export class YEvent { } /** - * @type {Map} + * @type {Map} */ get keys () { if (this._keys === null) {