We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edae27b commit ca48d97Copy full SHA for ca48d97
1 file changed
examples/basic-javascript/index.js
@@ -2,6 +2,7 @@ import 'dotenv/config'
2
import { app, BrowserWindow } from 'electron'
3
import { Sandbox } from '@e2b/desktop'
4
5
+// Additional px to take into the account the window border at the top
6
const windowFrameHeight = 29
7
8
app.on('window-all-closed', () => {
0 commit comments