Skip to content

Commit 9fce877

Browse files
committed
PB-170: TinyMCE Performance is very poor with multiple instances on Stage
- Add new implementation into Banner - Ensure backwards compatibility with 3rd party appearances
1 parent 01186f8 commit 9fce877

File tree

13 files changed

+526
-144
lines changed

13 files changed

+526
-144
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/banner/_default.less

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@
5050
}
5151

5252
> .inline-wysiwyg {
53-
overflow: auto;
54-
}
55-
56-
> .mce-content-body {
53+
line-height: 1.3;
5754
min-height: 50px;
5855
min-width: 10px;
56+
overflow: auto;
5957

6058
+ .placeholder-text {
6159
font-size: 14px;

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

Lines changed: 143 additions & 37 deletions
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/js/content-type/slide/preview.js

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)