Restore the v2.1.19 application baseline and retain only the focused import preflight summary with duplicate, unavailable, destination, job, and size-limit visibility.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
const { contextBridge, ipcRenderer, webUtils } = require('electron');
|
||||
const { contextBridge, ipcRenderer } = require('electron');
|
||||
|
||||
contextBridge.exposeInMainWorld('dropTargetApi', {
|
||||
sendFiles: (paths) => ipcRenderer.send('drop-target:files', paths),
|
||||
getPathForFile: (file) => webUtils.getPathForFile(file)
|
||||
sendFiles: (paths) => ipcRenderer.send('drop-target:files', paths)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user