()
| 370 | } |
| 371 | } |
| 372 | const pasteLoop = () => { |
| 373 | if (!abloop) toggleAB(true) |
| 374 | updateABloop(savedLoop) |
| 375 | setLoopStart(savedLoop[0]) |
| 376 | setLoopEnd(savedLoop[1]) |
| 377 | } |
| 378 | window.ipcRenderer.on("copy-loop", copyLoop) |
| 379 | window.ipcRenderer.on("paste-loop", pasteLoop) |
| 380 | return () => { |
nothing calls this directly
no test coverage detected