Skip to content

Commit dc73661

Browse files
huangkangfenmao
authored andcommitted
feat: 支持 mermaid 点击按钮放大缩小以及鼠标滑轮放大缩小
1 parent ce973ce commit dc73661

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/services/WindowService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ export class WindowService {
185185
private loadMainWindowContent(mainWindow: BrowserWindow) {
186186
if (is.dev && process.env['ELECTRON_RENDERER_URL']) {
187187
mainWindow.loadURL(process.env['ELECTRON_RENDERER_URL'])
188-
mainWindow.webContents.openDevTools()
189188
} else {
190189
mainWindow.loadFile(join(__dirname, '../renderer/index.html'))
191190
}

0 commit comments

Comments
 (0)