Skip to content

Commit 7780564

Browse files
committed
#618: Tabbing through Text Options Toolbar - Changed quotation marks
1 parent 6837ee9 commit 7780564

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 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/ts/js/wysiwyg/tinymce4.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ export default class Wysiwyg implements WysiwygInterface {
137137
_.defer(() => {
138138
if (!checkStageFullScreen(this.stageId) &&
139139
this.config.adapter_config.mode === "inline" &&
140-
$editor.hasClass('mce-edit-focus')
140+
$editor.hasClass("mce-edit-focus")
141141
) {
142-
$editor.removeClass('mce-edit-focus');
142+
$editor.removeClass("mce-edit-focus");
143143
this.onBlur();
144144
}
145145
});

0 commit comments

Comments
 (0)