2 Apr
2025
2 Apr
'25
3:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275 --- Comment #14 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Yes, that is expected. The writeText method is still successful, we just recreate the behaviour of the failing Promise from: `await navigator.clipboard.writeText(value);`. So to actually mock the real behaviour, you would need to remove the above line temporarily. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.