Skip to content

Commit bd67270

Browse files
committed
MC-3908: Dragging a text content block into the stage causes global styles to be changed and fonts to flash
- Fix issue with pointer events in active editors
1 parent 8cceb50 commit bd67270

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
}
5656
}
5757

58-
.pagebuilder-stage.interacting .pagebuilder-content-type.pagebuilder-text {
58+
.pagebuilder-stage.interacting .pagebuilder-content-type.pagebuilder-text:not(.pagebuilder-toolbar-active) {
5959
pointer-events: none;
6060
}

0 commit comments

Comments
 (0)