mirror of
https://github.com/binaricat/Netcatty.git
synced 2026-09-24 15:49:09 +00:00
421dcb8230
Custom Ctrl/Cmd+V handling for Electron overwrote paste while the snippet script editor find bar had focus, so search text landed in the script. Route find-widget paste through shared helpers and reuse them in the text editor. Fixes #2661