mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
fix: add show-document-compare to preload receive channel whitelist
The IPC channel was missing from ALLOWED_RECEIVE_CHANNELS in preload.js, causing the useBridgeNativeMenu listener to be silently blocked.
This commit is contained in:
@@ -233,6 +233,9 @@ const ALLOWED_RECEIVE_CHANNELS = [
|
|||||||
// Batch converter
|
// Batch converter
|
||||||
'show-batch-converter',
|
'show-batch-converter',
|
||||||
|
|
||||||
|
// Document compare
|
||||||
|
'show-document-compare',
|
||||||
|
|
||||||
// v4 menu-triggered events
|
// v4 menu-triggered events
|
||||||
'load-template-menu',
|
'load-template-menu',
|
||||||
'toggle-sidebar-panel',
|
'toggle-sidebar-panel',
|
||||||
|
|||||||
Reference in New Issue
Block a user