@dolphinweex/weex-harmony 0.1.35 → 0.1.36
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
@@ -720,12 +720,14 @@ export default {
|
|
720
720
|
console.log('拖拽克隆已创建');
|
721
721
|
}
|
722
722
|
}
|
723
|
+
if(!this.data.isEditing){
|
724
|
+
setTimeout(()=>{
|
725
|
+
this.selectIconClick(null, this.data.list[index], index)
|
726
|
+
},100)
|
727
|
+
}
|
723
728
|
this.data.isEditing = true;
|
724
729
|
this.$emit('onEditStateChanged', true);
|
725
730
|
this.longPressTimer = null;
|
726
|
-
setTimeout(()=>{
|
727
|
-
this.selectIconClick(null, this.data.list[index], index)
|
728
|
-
},100)
|
729
731
|
},
|
730
732
|
|
731
733
|
// 取消长按计时器
|