Skip to content

Commit

Permalink
rdd is not local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyannyacha committed Dec 10, 2020
1 parent 62baa98 commit 8c6ad10
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bundles/puxi.js/dist/puxi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/puxi.js/lib/puxi.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* puxi.js - v1.0.1
* Compiled Thu, 10 Dec 2020 11:56:53 UTC
* Compiled Thu, 10 Dec 2020 13:33:26 UTC
*
* puxi.js is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion bundles/puxi.js/lib/puxi.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* puxi.js - v1.0.1
* Compiled Thu, 10 Dec 2020 11:56:53 UTC
* Compiled Thu, 10 Dec 2020 13:33:26 UTC
*
* puxi.js is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
4 changes: 2 additions & 2 deletions packages/core/dist/puxi-core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/dist/puxi-core.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/core/lib/puxi-core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/lib/puxi-core.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/src/TextInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ export class TextInput extends FocusableWidget

this.selectRange(selectIndex, selectIndex);
this.caret._index = selectIndex;
this.caret._forward = !rdd;
this.caret._forward = !this.rdd;
}
}
else
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/dist/puxi-kit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kit/lib/puxi-kit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kit/lib/puxi-kit.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @puxi/kit - v1.0.1
* Compiled Thu, 10 Dec 2020 11:56:53 UTC
* Compiled Thu, 10 Dec 2020 13:33:26 UTC
*
* @puxi/kit is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/dist/puxi-navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/navigation/lib/puxi-navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/navigation/lib/puxi-navigation.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @puxi/navigation - v1.0.1
* Compiled Thu, 10 Dec 2020 11:56:53 UTC
* Compiled Thu, 10 Dec 2020 13:33:26 UTC
*
* @puxi/navigation is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down
2 changes: 1 addition & 1 deletion packages/tween/dist/puxi-tween.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tween/lib/puxi-tween.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tween/lib/puxi-tween.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @puxi/tween - v1.0.1
* Compiled Thu, 10 Dec 2020 11:56:53 UTC
* Compiled Thu, 10 Dec 2020 13:33:26 UTC
*
* @puxi/tween is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down

0 comments on commit 8c6ad10

Please sign in to comment.