MCPcopy Create free account
hub / github.com/SplootCode/splootcode / registerSelf

Method registerSelf

packages/editor/src/context/undoWatcher.ts:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 public registerSelf() {
115 globalMutationDispatcher.registerChildSetObserver(this)
116 globalMutationDispatcher.registerNodeObserver(this)
117 }
118
119 public deregisterSelf() {
120 window.clearTimeout(this.timeoutID)

Callers 1

constructorMethod · 0.45

Calls 2

registerNodeObserverMethod · 0.80

Tested by

no test coverage detected