We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252ae6c commit 366e071Copy full SHA for 366e071
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
@@ -746,11 +746,6 @@ const editorFactory = (Base: ModuleType<EditorFactory>) => class EditorFactorySt
746
return this.getOverlayContainerIfNeeded($cell) ?? super.getRevertButtonContainer($cell);
747
}
748
749
- protected getFocusOverlayContainer($focusedElement: dxElementWrapper): dxElementWrapper {
750
- return this.getOverlayContainerIfNeeded($focusedElement)
751
- ?? super.getFocusOverlayContainer($focusedElement);
752
- }
753
-
754
protected overlayPositionedHandler(e, isOverlayVisible: boolean): void {
755
const columnHeaders = this.getView('columnHeadersView');
756
// @ts-expect-error
0 commit comments