doway-coms 2.10.22 → 2.10.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -459,6 +459,8 @@ export default {
|
|
|
459
459
|
* 黏贴附件
|
|
460
460
|
*/
|
|
461
461
|
async pasteFileClick(){
|
|
462
|
+
console.debug('navigator')
|
|
463
|
+
console.debug('navigator.clipboard',navigator.clipboard)
|
|
462
464
|
const items = await navigator.clipboard.read();
|
|
463
465
|
console.debug('items',items)
|
|
464
466
|
for (const item of items) {
|