Skip to content

Commit 842ac73

Browse files
properties panel issue when toolbar icons are added.
1 parent d87fe4e commit 842ac73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Grid/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ export const App = () => {
508508
commandColumn.visible = false;
509509
gridInstance.refreshColumns();
510510
gridInstance.toolbar = gridProperties.toolbarOptions.filter(item => item !== 'Edit');
511+
dialogObj?.hide();
511512
} else if (prev.editmode !== 'Batch' && commandColumn) {
512513
commandColumn.visible = true;
513514
gridInstance.refreshColumns();

0 commit comments

Comments
 (0)