Skip to content

Commit 670274c

Browse files
committed
MC-13922: [Sec] XSS Injection in Admin For Map Location Attributes, Image Caption, Slide Name
- Fix TSLint error
1 parent 82b9674 commit 670274c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default class Panel implements PanelInterface {
205205
if (document.querySelector(":focus")) {
206206
document.querySelector<HTMLElement>(":focus").blur();
207207
}
208-
208+
209209
/**
210210
* Swap all sortable instances to use intersect, as the item from the left panel is a predictable
211211
* size this yields better results when dragging

0 commit comments

Comments
 (0)