This repository was archived by the owner on Jun 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-ru/ng-table-builder" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .0" ,
44 "license" : " MIT" ,
55 "bugs" : {
66 "url" : " https://github.com/Angular-RU/ng-table-builder/issues"
Original file line number Diff line number Diff line change 3131.table-grid__root ,
3232.table-grid__column ,
3333.table-grid__column-area-content {
34- scroll-behavior : auto ;
34+ scroll-behavior : smooth ;
3535}
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ export class TableBuilderComponent extends TableBuilderApiImpl
549549 }
550550
551551 private viewForceRefresh ( ) : void {
552- this . ngZone . run ( ( ) : void => {
552+ this . ngZone . runOutsideAngular ( ( ) : void => {
553553 window . clearTimeout ( this . timeoutCheckedTaskId ) ;
554554 this . timeoutCheckedTaskId = window . setTimeout ( ( ) : void => {
555555 this . forcedRefresh = true ;
@@ -625,7 +625,7 @@ export class TableBuilderComponent extends TableBuilderApiImpl
625625 this . rendering = false ;
626626 this . calculateViewport ( true ) ;
627627 this . recheckViewportChecked ( ) ;
628- this . ngZone . run ( ( ) : void => {
628+ this . ngZone . runOutsideAngular ( ( ) : void => {
629629 window . setTimeout ( ( ) : void => {
630630 this . isRendered = true ;
631631 detectChanges ( this . cd ) ;
You can’t perform that action at this time.
0 commit comments