Skip to content

Commit 95e78b6

Browse files
fix: [IPR-350] Changed class name and added explanation
1 parent 743e218 commit 95e78b6

File tree

1 file changed

+2
-1
lines changed
  • packages/scratch-gui/src/components/modal

1 file changed

+2
-1
lines changed

packages/scratch-gui/src/components/modal/modal.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const ModalComponent = props => (
1818
isOpen
1919
className={classNames(styles.modalContent, props.className, {
2020
[styles.fullScreen]: props.fullScreen,
21-
'no-global-reset': true
21+
// Used by scratch-platorm to distinguish between editor modals and other modals
22+
'scratch-editor-modal': true
2223
})}
2324
contentLabel={props.contentLabel}
2425
overlayClassName={styles.modalOverlay}

0 commit comments

Comments
 (0)