Remove this commented out code

This commit is contained in:
anantharaju 2023-04-03 10:43:19 +05:30
parent 0e7bda7bd0
commit eed2084584
7 changed files with 4 additions and 19 deletions

View file

@ -250,7 +250,6 @@ import '../../styles/scrollstyles.scss';
}
function isOpened(dlg) {
//return dlg.opened;
return !dlg.classList.contains('hide');
}