Skip to content

Commit

Permalink
Remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 18, 2023
1 parent 62a6e2f commit 6ecff49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/edit-site/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ export default function Layout() {
! isEditorLoading
}
isFullWidth={ isEditing }
oversizedClassName="edit-site-layout__resizable-frame-oversized"
isOversized={
isResizableFrameOversized
}
Expand Down
2 changes: 0 additions & 2 deletions packages/edit-site/src/components/resizable-frame/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function ResizableFrame( {
setIsOversized,
isReady,
children,
oversizedClassName,
innerContentStyle,
} ) {
const [ frameSize, setFrameSize ] = useState( INITIAL_FRAME_SIZE );
Expand Down Expand Up @@ -315,7 +314,6 @@ function ResizableFrame( {
onResizeStop={ handleResizeStop }
className={ classnames( 'edit-site-resizable-frame__inner', {
'is-resizing': isResizing,
[ oversizedClassName ]: isOversized,
} ) }
>
<motion.div
Expand Down

0 comments on commit 6ecff49

Please sign in to comment.