mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-27 23:06:48 -04:00
test: fix clipboard copy error/event
This commit is contained in:
@@ -207,6 +207,7 @@ exports.urlToString = function (url) {
|
||||
};
|
||||
|
||||
exports.enableClipboard = function () {
|
||||
// @ts-ignore
|
||||
navigator.clipboard = (function () {
|
||||
let savedText = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user