Skip to content

Commit cebc077

Browse files
committed
MAGETWO-90441: Allow inline editing of Heading from stage
- remove extra space
1 parent f3a9b32 commit cebc077

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default {
1414
* @param {Preview} context
1515
* @param {Event} event
1616
*/
17-
1817
onToolbarFocusIn(context: Preview, event: Event): void {
1918
const currentContentTypeTarget = event.currentTarget.closest(".pagebuilder-content-type");
2019
$(currentContentTypeTarget).addClass("pagebuilder-toolbar-active");

0 commit comments

Comments
 (0)