From 339040b4284cfe28e8c36436573f570b88116c87 Mon Sep 17 00:00:00 2001 From: tryAgin <964548959@qq.com> Date: Wed, 11 Jan 2017 16:41:04 +0800 Subject: [PATCH 1/2] Update Swipeout.web.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed #24 删除按钮显示的问题 --- src/Swipeout.web.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Swipeout.web.js b/src/Swipeout.web.js index 3bc34c5..8ddb46b 100644 --- a/src/Swipeout.web.js +++ b/src/Swipeout.web.js @@ -69,6 +69,8 @@ class Swipeout extends React.Component { ev.preventDefault(); this.close(); } + ev.preventDefault(); + this.close(); } } From d68b7781ec6d655b5cc2f537abdf9de200735412 Mon Sep 17 00:00:00 2001 From: tryAgin <964548959@qq.com> Date: Wed, 11 Jan 2017 16:55:05 +0800 Subject: [PATCH 2/2] Update Swipeout.web.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 格式调整 --- src/Swipeout.web.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Swipeout.web.js b/src/Swipeout.web.js index 8ddb46b..b12a6d6 100644 --- a/src/Swipeout.web.js +++ b/src/Swipeout.web.js @@ -69,8 +69,8 @@ class Swipeout extends React.Component { ev.preventDefault(); this.close(); } - ev.preventDefault(); - this.close(); + ev.preventDefault(); + this.close(); } }