File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ export class GridsterService {
455
455
456
456
public updateCachedItems ( ) {
457
457
// Notify the user with the items that changed since the previous snapshot
458
- this . triggerOnChange ( this . gridsterOptions . basicOptions . breakpoint ) ;
458
+ this . triggerOnChange ( null ) ;
459
459
this . gridsterOptions . responsiveOptions . forEach ( ( options : IGridsterOptions ) => {
460
460
this . triggerOnChange ( options . breakpoint ) ;
461
461
} ) ;
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ export class GridsterService {
455
455
456
456
public updateCachedItems ( ) {
457
457
// Notify the user with the items that changed since the previous snapshot
458
- this . triggerOnChange ( this . gridsterOptions . basicOptions . breakpoint ) ;
458
+ this . triggerOnChange ( null ) ;
459
459
this . gridsterOptions . responsiveOptions . forEach ( ( options : IGridsterOptions ) => {
460
460
this . triggerOnChange ( options . breakpoint ) ;
461
461
} ) ;
You can’t perform that action at this time.
0 commit comments