Skip to content

Commit

Permalink
Re-add removing is-zoomed-out
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Dec 3, 2024
1 parent bd5fbaa commit 524c772
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ export function useScaleCanvas( {
}
}
}

return () => {
iframeDocument.documentElement.classList.remove( 'is-zoomed-out' );
};
}, [
startZoomOutAnimation,
finishZoomOutAnimation,
Expand Down

0 comments on commit 524c772

Please sign in to comment.