MCPcopy
hub / github.com/tomkp/react-split-pane / disconnect

Method disconnect

src/test/setup.ts:144–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 disconnect() {
145 // Remove from tracked observers
146 const index = resizeObservers.findIndex((o) => o.observer === this);
147 if (index !== -1) {
148 resizeObservers.splice(index, 1);
149 }
150 }
151};

Callers 1

SplitPaneFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected