Skip to content

Commit 2a6ae4a

Browse files
author
fengweiyao
committed
build: package
1 parent 9a059d2 commit 2a6ae4a

File tree

31 files changed

+48
-48
lines changed

31 files changed

+48
-48
lines changed

lib/better-scroll/better-scroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/better-scroll/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ function initMixin(BScroll) {
766766
};
767767

768768
BScroll.prototype._handleAutoBlur = function () {
769-
this.on('beforeScrollStart', function () {
769+
this.on('scrollStart', function () {
770770
var activeElement = document.activeElement;
771771
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
772772
activeElement.blur();
@@ -1640,7 +1640,7 @@ function coreMixin(BScroll) {
16401640
this.isInTransition = this.options.useTransition && time > 0 && (x !== this.x || y !== this.y);
16411641

16421642
if (!time || this.options.useTransition) {
1643-
this._transitionTimingFunction(easing.style);
1643+
// this._transitionTimingFunction(easing.style);
16441644
this._transitionTime(time);
16451645
this._translate(x, y);
16461646

lib/cascade-picker/cascade-picker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cascade-picker/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ function initMixin(BScroll) {
27012701
};
27022702

27032703
BScroll.prototype._handleAutoBlur = function () {
2704-
this.on('beforeScrollStart', function () {
2704+
this.on('scrollStart', function () {
27052705
var activeElement = document.activeElement;
27062706
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
27072707
activeElement.blur();
@@ -3575,7 +3575,7 @@ function coreMixin(BScroll) {
35753575
this.isInTransition = this.options.useTransition && time > 0 && (x !== this.x || y !== this.y);
35763576

35773577
if (!time || this.options.useTransition) {
3578-
this._transitionTimingFunction(easing.style);
3578+
// this._transitionTimingFunction(easing.style);
35793579
this._transitionTime(time);
35803580
this._translate(x, y);
35813581

lib/cube.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/date-picker/date-picker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/date-picker/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,7 +2706,7 @@ function initMixin(BScroll) {
27062706
};
27072707

27082708
BScroll.prototype._handleAutoBlur = function () {
2709-
this.on('beforeScrollStart', function () {
2709+
this.on('scrollStart', function () {
27102710
var activeElement = document.activeElement;
27112711
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
27122712
activeElement.blur();
@@ -3580,7 +3580,7 @@ function coreMixin(BScroll) {
35803580
this.isInTransition = this.options.useTransition && time > 0 && (x !== this.x || y !== this.y);
35813581

35823582
if (!time || this.options.useTransition) {
3583-
this._transitionTimingFunction(easing.style);
3583+
// this._transitionTimingFunction(easing.style);
35843584
this._transitionTime(time);
35853585
this._translate(x, y);
35863586

lib/drawer/drawer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/drawer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ function initMixin(BScroll) {
21722172
};
21732173

21742174
BScroll.prototype._handleAutoBlur = function () {
2175-
this.on('beforeScrollStart', function () {
2175+
this.on('scrollStart', function () {
21762176
var activeElement = document.activeElement;
21772177
if (activeElement && (activeElement.tagName === 'INPUT' || activeElement.tagName === 'TEXTAREA')) {
21782178
activeElement.blur();
@@ -3046,7 +3046,7 @@ function coreMixin(BScroll) {
30463046
this.isInTransition = this.options.useTransition && time > 0 && (x !== this.x || y !== this.y);
30473047

30483048
if (!time || this.options.useTransition) {
3049-
this._transitionTimingFunction(easing.style);
3049+
// this._transitionTimingFunction(easing.style);
30503050
this._transitionTime(time);
30513051
this._translate(x, y);
30523052

lib/image-preview/image-preview.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)