Skip to content

Commit 882cd56

Browse files
committed
MC-3565: Build stabilization for MC-1438
Use double quote
1 parent eefa8e8 commit 882cd56

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/text/preview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/text/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class Preview extends BasePreview {
105105
*/
106106
private adjustTextareaHeightBasedOnScrollHeight()
107107
{
108-
this.textarea.style.height = '';
108+
this.textarea.style.height = "";
109109
$(this.textarea).height(this.textarea.scrollHeight);
110110
}
111111
}

0 commit comments

Comments
 (0)