Skip to content

Commit

Permalink
integrates execution delay + black bg on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Dec 30, 2023
1 parent 75e245c commit 34f21ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/editor/open-flyde-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ export async function getWebviewContent(params: WebviewContentParams) {
<style>
body {
background: white;
padding: 0px;
}
iframe {
Expand All @@ -134,7 +135,7 @@ export async function getWebviewContent(params: WebviewContentParams) {
</script>
<div id="root">
<div style="display: flex; align-items: center;justify-content: center;height:100vh;width: 100vw">
<div style="display: flex; align-items: center;justify-content: center;height:100vh;width: 100vw;">
<img src="${buildUri}/loader.svg" />
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/flydeEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ export class FlydeEditorEditorProvider
fullDocumentPath,
event.params.inputs,
this.params.port,
event.params.executionDelay,
],
cwd: vscode.workspace.workspaceFolders?.[0].uri.fsPath,
});
Expand Down

0 comments on commit 34f21ba

Please sign in to comment.