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

[incubator-weex-site] branch draft updated: stopPropagation case to handle list in list (#235)

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

hanks pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/draft by this push:
     new c5dce50  stopPropagation case to handle list in list (#235)
c5dce50 is described below

commit c5dce506b6e82547fa37d5f4babaea3f1d306b89
Author: codefurture <gu...@163.com>
AuthorDate: Fri Dec 14 17:29:51 2018 +0800

    stopPropagation case to handle list in list (#235)
    
    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通信次数,提升流畅性。
 
 ### 事件对象无