removed logs
This commit is contained in:
parent
06195754d4
commit
6c81ac3bfb
@ -102,7 +102,6 @@ export class ProjectOverviewScreenComponent extends BaseListingComponent<FileSta
|
|||||||
.subscribe((event) => {
|
.subscribe((event) => {
|
||||||
if (event instanceof NavigationStart && !event.url.endsWith(this._appStateService.activeProjectId)) {
|
if (event instanceof NavigationStart && !event.url.endsWith(this._appStateService.activeProjectId)) {
|
||||||
this._lastScrollPosition = this._scrollBar.measureScrollOffset('top');
|
this._lastScrollPosition = this._scrollBar.measureScrollOffset('top');
|
||||||
console.log('file list: ', this._lastScrollPosition);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user