Merge pull request #376 from fson/yevent-target-type

Add more accurate typing for YEvent.target
This commit is contained in:
Kevin Jahns
2022-03-02 13:18:00 +01:00
committed by GitHub
9 changed files with 15 additions and 10 deletions

View File

@@ -512,6 +512,7 @@ const deleteText = (transaction, currPos, length) => {
*/
/**
* @extends YEvent<YText>
* Event that describes the changes on a YText type.
*/
export class YTextEvent extends YEvent {