We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237995d commit 08197bbCopy full SHA for 08197bb
app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html
@@ -10,7 +10,8 @@
10
<div if="hasStageOverlay()"
11
class="pagebuilder-stage-overlay"
12
click="toggleFullScreen.bind($data, $element)"
13
- css="'active': !isFullScreen()">
+ css="'active': !isFullScreen()"
14
+ tabindex="0">
15
</div>
16
<div class="admin__field pagebuilder-header" css="visible: panel.isVisible">
17
<button type="button" translate="'Apply Template'" if="isAllowedTemplateApply" click="toggleTemplateManger"/>
0 commit comments