Skip to content

Commit

Permalink
Automated linting update and features.json sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2023
1 parent a072c4d commit 6f557e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/studio-ui/src/components/IFramePortal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ function clearStylingFromIframe(iframeDocument: Document) {
});
}

function injectStyleIntoIframe(
iframeDocument: Document,
filepath: string
) {
function injectStyleIntoIframe(iframeDocument: Document, filepath: string) {
const originalStyletag = document.querySelector(
`[studio-style-filepath='${filepath}']`
);
Expand Down

0 comments on commit 6f557e9

Please sign in to comment.