Skip to content

Commit

Permalink
[form-builder] PTE: add className to fullscreen changeIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored and rexxars committed Oct 6, 2020
1 parent a0a81f8 commit 49e75ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@
color: var(--text-color);
}
}

.changeIndicator {
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function BlockExtras(props: Props) {
const returned =
isFullscreen && path && isKeySegment(path[0]) ? (
<ChangeIndicatorWithProvidedFullPath
className={styles.changeIndicator}
compareDeep
value={block}
hasFocus={path && hasFocus ? path[0]._key === block._key : false}
Expand Down

0 comments on commit 49e75ad

Please sign in to comment.