File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
packages/devextreme/js/__internal/grids/grid_core/ai_column/views Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -196,13 +196,4 @@ export const columnHeadersViewExtender = (
196196
197197 super . renderDragCellContent ( $dragContainer , column ) ;
198198 }
199-
200- public dispose ( ) : void {
201- super . dispose ( ) ;
202- this . activeDropDownButtonInstance = null ;
203-
204- if ( this . aiColumnOptionChangedHandler ) {
205- this . _columnsController . aiColumnOptionChanged . remove ( this . aiColumnOptionChangedHandler ) ;
206- }
207- }
208199} ;
Original file line number Diff line number Diff line change @@ -157,12 +157,4 @@ export class AIPromptEditorView extends View {
157157 // TODO: this.component.refresh();
158158 }
159159 }
160-
161- public dispose ( ) : void {
162- super . dispose ( ) ;
163-
164- if ( this . aiColumnOptionChangedHandler ) {
165- this . columnsController . aiColumnOptionChanged . remove ( this . aiColumnOptionChangedHandler ) ;
166- }
167- }
168160}
You can’t perform that action at this time.
0 commit comments