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

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

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

zshshr 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 b38c6a5  Revert "stopPropagation case to handle list in list (#235)"
b38c6a5 is described below

commit b38c6a5d855f17ee679406be6f96f7c5a3e71486
Author: zshshr <zh...@gmail.com>
AuthorDate: Fri Dec 14 20:14:47 2018 +0800

    Revert "stopPropagation case to handle list in list (#235)"
    
    This reverts commit c5dce506b6e82547fa37d5f4babaea3f1d306b89.
---
 docs/zh/docs/events/common-events.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

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