MCPcopy Index your code
hub / github.com/angular/components / _cleanUpAfterResize

Function _cleanUpAfterResize

src/cdk-experimental/column-resize/resizable.ts:258–269  ·  view source on GitHub ↗
(columnSize: ColumnSizeAction)

Source from the content-addressed store, hash-verified

256 }
257
258 private _cleanUpAfterResize(columnSize: ColumnSizeAction): void {
259 this.elementRef.nativeElement!.classList.remove(OVERLAY_ACTIVE_CLASS);
260
261 if (this.overlayRef?.hasAttached()) {
262 this._updateOverlayHandleHeight();
263 this.overlayRef.updatePosition();
264
265 if (columnSize.columnId === this.columnDef.name) {
266 this.inlineHandle!.focus();
267 }
268 }
269 }
270
271 private _createHandlePortal(): ComponentPortal<HandleComponent> {
272 const injector = Injector.create({

Callers

nothing calls this directly

Calls 4

removeMethod · 0.65
hasAttachedMethod · 0.65
focusMethod · 0.65
updatePositionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…