Signed-off-by: LVB8189 <lvbai1@huawei.com>
This commit is contained in:
LVB8189 2022-09-06 14:07:54 +08:00
parent 57b6f8b6c0
commit dda30418c9

View File

@ -124,7 +124,7 @@ export function mockPasteBoard() {
plainText: '[PC preview] unknow plainText',
uri: '[PC preview] unknow uri',
pixelMap: PixelMapMock,
data: {"mimeType": new ArrayBuffer()},
data: {'mock_xml': new ArrayBuffer()},
convertToText: function (...args) {
console.warn("PasteDataRecord.convertToText interface mocked in the Previewer. How this interface works on the" +
" Previewer may be different from that on a real device.")