UNPKG

p3x-onenote

Version:

📚 P3X OneNote Linux

9 lines (6 loc) • 273 B
// Per-webview event handling is now managed by tab-manager.mjs // This module is kept for backward compatibility with the import in load.mjs const handler = (options) => { // No-op: all webview events are set up per-tab in tab-manager.mjs }; export default handler;