Skip to content

Commit 366e071

Browse files
fix
1 parent 252ae6c commit 366e071

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -746,11 +746,6 @@ const editorFactory = (Base: ModuleType<EditorFactory>) => class EditorFactorySt
746746
return this.getOverlayContainerIfNeeded($cell) ?? super.getRevertButtonContainer($cell);
747747
}
748748

749-
protected getFocusOverlayContainer($focusedElement: dxElementWrapper): dxElementWrapper {
750-
return this.getOverlayContainerIfNeeded($focusedElement)
751-
?? super.getFocusOverlayContainer($focusedElement);
752-
}
753-
754749
protected overlayPositionedHandler(e, isOverlayVisible: boolean): void {
755750
const columnHeaders = this.getView('columnHeadersView');
756751
// @ts-expect-error

0 commit comments

Comments
 (0)