mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
- Use Electron's setWindowOpenHandler in Browser.ts to intercept external links - Remove window.open override from preload script - Remove pushState/replaceState interception as no longer needed - Update tests to reflect changes This moves external link handling to the main process for better security and simplifies the preload script.