File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default class Preview extends PreviewCollection {
113
113
this . parent . dataStore . subscribe ( this . buildSlick ) ;
114
114
115
115
// Redraw slide after content type gets redrawn
116
- events . on ( "contentType:redrawAfter" , function ( ) {
116
+ events . on ( "contentType:redrawAfter" , function ( ) {
117
117
$ ( this . element ) . slick ( "setPosition" ) ;
118
118
} . bind ( this ) ) ;
119
119
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default class Preview extends PreviewCollection {
65
65
*/
66
66
activate : ( ) => {
67
67
events . trigger ( "contentType:redrawAfter" , {
68
- element : this . element
68
+ element : this . element ,
69
69
} ) ;
70
70
} ,
71
71
} ) ;
You can’t perform that action at this time.
0 commit comments