Skip to content

Commit 4d76249

Browse files
committed
MC-4137: TinyMCE Issues within inline WYSIWYG
1 parent f100a2f commit 4d76249

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/master-format/render/events.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/js/wysiwyg/tinymce4.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/master-format/render/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/**
7-
* The frame does not need to create or observe events, however the app will naturally attempt too. So let's stop that!
7+
* The frame does not need to create or observe events, however the app will naturally attempt to. So let's stop that!
88
*/
99
export default {
1010
on() {

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/wysiwyg/tinymce4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class Wysiwyg implements WysiwygInterface {
5656
private fieldName: string;
5757

5858
/**
59-
* Create a debouce to save the content into the data store
59+
* Create a debounce to save the content into the data store
6060
*/
6161
private saveContentDebounce = _.debounce(
6262
this.saveContentFromWysiwygToDataStore.bind(this),

0 commit comments

Comments
 (0)