Skip to content

Commit

Permalink
chore: Studio v7 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Nov 29, 2022
1 parent dd6e7ef commit 8616664
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/applications/studio-app/studio-v7.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="kStudio" [class.edit]="currentView === 'edit'">
<div class="kStudio">
<iframe #studioFrame frameborder="0" [src]="studioUrl | safe" [ngStyle]="{'height': iframeHeight}"></iframe>
</div>

7 changes: 0 additions & 7 deletions src/applications/studio-app/studio-v7.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@
iframe{
width: 100%;
}
&.edit {
/*margin-top: -106px;
z-index: 1000;
position: absolute;
width: 100%;
height: 100vh;*/
}
}

2 changes: 1 addition & 1 deletion src/applications/studio-app/studio-v7.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class StudioV7Component implements OnInit, OnDestroy {
};
this.studioUrl = serverConfig.externalApps.studioV7.uri;

// all commented out code is a placeholder to use postmessage communication instead of window vars to support unfriendly iframe (KMS)
// all commented out code is a placeholder to use postmessage communication instead of window vars to support unfriendly iframe (KMS, EP)
/*
const config = {
'pid': this._appAuthentication.appUser.partnerId,
Expand Down

0 comments on commit 8616664

Please sign in to comment.