comment is removed

This commit is contained in:
richard-loafle 2020-01-30 14:44:07 +09:00
parent 7013b67334
commit 186a99bee9

View File

@ -476,7 +476,6 @@ export class MainPageComponent implements OnInit, OnDestroy {
event.pageY >= minY && event.pageY >= minY &&
event.pageY <= maxY event.pageY <= maxY
) { ) {
this.logger.debug('mouseOver edge of container');
this.store.dispatch( this.store.dispatch(
ChatStore.toggleLeftSideDrawerIndicator({ show: true }) ChatStore.toggleLeftSideDrawerIndicator({ show: true })
); );