When clicking the copy button inside a code block, the content is not copied to the clipboard. The browser console shows a RangeError: Maximum call stack size exceeded originating from the clipboard write operation.
Error log (from console)
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at Object.writeText (electron.js?v=1778316445:468:48)
at Clipboard.<anonymous> (app.js:1:3722286)
at app.js:1:258511
at Object.next (app.js:1:258616)
at app.js:1:257532
at new Promise (<anonymous>)
at y (app.js:1:257277)
at o.writeText (app.js:1:3722216)
at Object.writeText (electron.js?v=1778316445:468:48)
at Clipboard.<anonymous> (app.js:1:3722286)
When clicking the copy button inside a code block, the content is not copied to the clipboard. The browser console shows a RangeError: Maximum call stack size exceeded originating from the clipboard write operation.
Error log (from console)