denghaoyue %!s(int64=6) %!d(string=hai) anos
pai
achega
a54a03395b
Modificáronse 2 ficheiros con 243 adicións e 242 borrados
  1. 241 240
      service/package-lock.json
  2. 2 2
      service/src/pages/TheCurrentSession.vue

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 241 - 240
service/package-lock.json


+ 2 - 2
service/src/pages/TheCurrentSession.vue

@@ -1030,7 +1030,7 @@
 					item = items[0];
 					// 保存在剪贴板中的数据类型
 					types = clipboardData.types || [];
-					for (; i < types.length; i++) {
+					for (let i=0; i < types.length; i++) {
 						if (types[i] === 'Files') {
 							item = items[i];
 							break;
@@ -1062,7 +1062,7 @@
 
 			/*******************qq截图粘贴---监听时间捆绑*****************/
 			paste() {
-				document.getElementById('input').addEventListener('paste',null);
+				document.getElementById('input').addEventListener('paste', this.getClipboardData);
 			},
 
 			/**********************qq截图粘贴---发送截图*****************/

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio