* 通知渲染进程返回搜索页面
()
| 121 | * 通知渲染进程返回搜索页面 |
| 122 | */ |
| 123 | public notifyBackToSearch(): void { |
| 124 | this.mainWindow?.webContents.send('back-to-search') |
| 125 | } |
| 126 | |
| 127 | private isLeftMouseButton(button: unknown): boolean { |
| 128 | return Number(button) === 1 |
no outgoing calls
no test coverage detected