Signed-off-by: lovechinamo <wangdongqi2@huawei.com>

Changes to be committed:
This commit is contained in:
lovechinamo
2022-07-21 14:40:25 +08:00
parent 4b576b554b
commit 253c068612
@@ -45,9 +45,6 @@ export function mockPasteBoard() {
getMimeTypes: function () {
console.warn("PasteData.getMimeTypes interface mocked in the Previewer. How this interface works on the" +
" Previewer may be different from that on a real device.");
let mimeTypes = new Array();
mimeTypes.push('[PC preview] unknow MIMETYPE_TEXT_HTML');
mimeTypes.push('[PC preview] unknow MIMETYPE_TEXT_PLAIN');
return new Array(paramMock.paramStringMock);
},
getPrimaryHtml: function () {