Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit fe2e65d

Browse files
fix: correct "return" icon and functionality when adding more tasks on android (#76)
* fix: correct "return" icon and functionality when adding more tasks on android * chore: increment version Co-authored-by: Johnny Almonte <[email protected]>
1 parent cfcdd3d commit fe2e65d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/components/CreateTask.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default class CreateTask extends React.Component {
6060
onChange={this.onTextChange}
6161
onKeyPress={this.handleKeyPress}
6262
spellCheck={spellcheckEnabled}
63+
enterKeyHint={'go'}
6364
/>
6465
);
6566
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sn-simple-task-editor",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"main": "dist/dist.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)