You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ef...@apache.org on 2018/12/14 07:28:52 UTC

[incubator-weex-site] 01/01: stopPropagation case to handle list in list

This is an automated email from the ASF dual-hosted git repository.

efurture pushed a commit to branch gubaojian-patch-3
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git

commit 530d1d67e95942aac99b61636eacca9a291f9063
Author: codefurture <gu...@163.com>
AuthorDate: Fri Dec 14 15:28:47 2018 +0800

    stopPropagation case to handle list in list
    
    stopPropagation case to handle list in list
---
 docs/zh/docs/events/common-events.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/zh/docs/events/common-events.md b/docs/zh/docs/events/common-events.md
index 293ce39..b607c82 100644
--- a/docs/zh/docs/events/common-events.md
+++ b/docs/zh/docs/events/common-events.md
@@ -67,8 +67,10 @@ Weex 提供了通过事件触发动作的能力,例如在用户点击组件时
 ## stopPropagation
 
 用于内嵌处理Native滑动冲突的情况,阻止Native事件进行冒泡传递。可结合shouldStopPropagationInterval和shouldStopPropagationInitResult属性来控制。
-shouldStopPropagationInitResult默认初始化false/true的结果。
-shouldStopPropagationInterval控制touch频率,减少JS和Native通信次数,提升流畅性。
+
+shouldStopPropagationInitResult : 默认初始化false/true的结果。
+
+shouldStopPropagationInterval   : 控制touch频率,减少JS和Native通信次数,提升流畅性。
 
 ### 事件对象无