Port Undo/Redo approach with a clean API
This commit is contained in:
@@ -625,6 +625,10 @@ export class YText extends AbstractType {
|
||||
this._pending = null
|
||||
}
|
||||
|
||||
_copy () {
|
||||
return new YText()
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates YTextEvent and calls observers.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user