implemented undo 🙌

This commit is contained in:
Kevin Jahns
2017-10-30 11:33:00 +01:00
parent c545118637
commit 0208d83f91
16 changed files with 302 additions and 109 deletions

View File

@@ -13,7 +13,7 @@ class YMapEvent {
export default class YMap extends Type {
_callObserver (parentSubs, remote) {
this._eventHandler.callEventListeners(new YMapEvent(this, parentSubs, remote))
this._callEventHandler(new YMapEvent(this, parentSubs, remote))
}
toJSON () {
const map = {}