mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
remove home.js space
This commit is contained in:
parent
a5c20a9d11
commit
f91b2a3950
@ -9,8 +9,8 @@ import ScrollEvent from 'rc-scroll-anim/lib/EventDispatcher';
|
||||
import mapped from 'rc-scroll-anim/lib/Mapped';
|
||||
import TweenOne from 'rc-tween-one';
|
||||
|
||||
module.exports = function () {
|
||||
InstantClickChangeFns.push(function () {
|
||||
module.exports = function() {
|
||||
InstantClickChangeFns.push(function() {
|
||||
if (!document.getElementById('banner')) {
|
||||
// componentWillUnmount 不会触发, 手动删掉事件;
|
||||
ScrollEvent._listeners = {};
|
||||
|
Loading…
Reference in New Issue
Block a user