File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ export class WebviewService {
4242 </script>
4343 <script ></script>
4444 ${ this . loadScript (
45- this . context ,
46- webviewType ,
47- "out/vendor.js" ,
48- hasDevice
49- ) }
45+ this . context ,
46+ webviewType ,
47+ "out/vendor.js" ,
48+ hasDevice
49+ ) }
5050 ${ this . loadScript (
51- this . context ,
52- webviewType ,
53- "out/simulator.js" ,
54- hasDevice
55- ) }
51+ this . context ,
52+ webviewType ,
53+ "out/simulator.js" ,
54+ hasDevice
55+ ) }
5656 </body>
5757 </html>` ;
5858 }
@@ -64,7 +64,7 @@ export class WebviewService {
6464 { preserveFocus : true , viewColumn : vscode . ViewColumn . One } ,
6565 {
6666 enableScripts : true ,
67- retainContextWhenHidden : true
67+ retainContextWhenHidden : true ,
6868 }
6969 ) ;
7070 this . tutorialPanel . webview . html = this . getWebviewContent (
@@ -90,9 +90,9 @@ export class WebviewService {
9090 if ( hasDevice ) {
9191 attributeString = `${
9292 WEBVIEW_ATTRIBUTES_KEY . TYPE
93- } =${ attributeValue } ${
93+ } =${ attributeValue } ${
9494 WEBVIEW_ATTRIBUTES_KEY . INITIAL_DEVICE
95- } =${ this . deviceSelectionService . getCurrentActiveDevice ( ) } `;
95+ } =${ this . deviceSelectionService . getCurrentActiveDevice ( ) } `;
9696 } else {
9797 attributeString = `${ WEBVIEW_ATTRIBUTES_KEY . TYPE } =${ attributeValue } ` ;
9898 }
You can’t perform that action at this time.
0 commit comments