mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-03 02:11:07 +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
|
||||
'show-batch-converter',
|
||||
|
||||
// Document compare
|
||||
'show-document-compare',
|
||||
|
||||
// v4 menu-triggered events
|
||||
'load-template-menu',
|
||||
'toggle-sidebar-panel',
|
||||
|
||||
Reference in New Issue
Block a user