File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 160
160
height : 100% ;
161
161
left : 0 ;
162
162
position : absolute ;
163
- top :0 ;
163
+ top : 0 ;
164
164
width : 100% ;
165
165
z-index : 4 ;
166
166
}
Original file line number Diff line number Diff line change 184
184
height : 100% ;
185
185
left : 0 ;
186
186
position : absolute ;
187
- top :0 ;
187
+ top : 0 ;
188
188
width : 100% ;
189
189
z-index : 4 ;
190
190
}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import $ from "jquery";
9
9
import $t from "mage/translate" ;
10
10
import events from "Magento_PageBuilder/js/events" ;
11
11
import mageUtils from "mageUtils" ;
12
+ import { Editor } from "tinymce" ;
12
13
import _ from "underscore" ;
13
14
import "vimeoWrapper" ;
14
15
import HideShowOption from "../../content-type-menu/hide-show-option" ;
@@ -29,7 +30,6 @@ import WysiwygFactory from "../../wysiwyg/factory";
29
30
import WysiwygInterface from "../../wysiwyg/wysiwyg-interface" ;
30
31
import { ContentTypeReadyEventParamsInterface } from "../content-type-events.types" ;
31
32
import BasePreview from "../preview" ;
32
- import { Editor } from "tinymce" ;
33
33
34
34
/**
35
35
* @api
@@ -134,6 +134,7 @@ export default class Preview extends BasePreview {
134
134
) ;
135
135
// @ts -ignore
136
136
if ( this . wrapper . jarallax && this . wrapper . jarallax . video ) {
137
+ // @ts -ignore
137
138
this . wrapper . jarallax . video . on ( "started" , ( ) => {
138
139
// @ts -ignore
139
140
if ( this . wrapper . jarallax && this . wrapper . jarallax . $video ) {
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export default class Preview extends BasePreview {
137
137
videoLazyLoading : ( this . contentType . dataStore . get ( "video_lazy_load" ) as string ) === "true" ,
138
138
} ,
139
139
) ;
140
-
140
+ // @ts -ignore
141
141
if ( this . wrapper . jarallax && this . wrapper . jarallax . video ) {
142
142
// @ts -ignore
143
143
this . wrapper . jarallax . video . on ( "started" , ( ) => {
You can’t perform that action at this time.
0 commit comments