Skip to content

Commit

Permalink
Update view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 28, 2024
1 parent 4d2dca8 commit 68dcebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
var oldFrame=''
let drawFrame=function(package){
forceDisplay='html'
displayMedium='root' // iframe or root
displayMedium='iframe' // iframe or root
data=package.data||package;
switch(forceDisplay||data.display) {
case 'dataURL':
Expand Down

0 comments on commit 68dcebb

Please sign in to comment.