diff --git a/resources/dist/index.js b/resources/dist/index.js index be0894248..4acd9c04a 100644 Binary files a/resources/dist/index.js and b/resources/dist/index.js differ diff --git a/resources/dist/index.js.map b/resources/dist/index.js.map index c1b2682f4..ca266ad78 100644 Binary files a/resources/dist/index.js.map and b/resources/dist/index.js.map differ diff --git a/src/renderer.js b/src/renderer.js index fb7bffadb..9ce972a3f 100644 --- a/src/renderer.js +++ b/src/renderer.js @@ -623,7 +623,7 @@ function layoutPreview( preview, layout ) { if ( flippedY && hasThumbnail ) { popup.find( 'image' )[ 0 ] - .setAttribute( 'clip-path', '' ); + .removeAttribute( 'clip-path' ); } if ( flippedY && flippedX && hasThumbnail && isTall ) {